Html Css Color HEX #C514A5 Medium Violet Red

📋 copy color: '#C514A5'

red 197 ◦ green 20 ◦ blue 165

#C514A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C514A5

Tints of Medium Violet Red #C514A5

RGB

 RED value IS 197 (77.34% from 255) = 51.57%

 GREEN value IS 20 (8.2% from 255) = 5.24%

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 51.57%
G = 5.24%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C514A5 (or 0xC514A5) is known color: Medium Violet Red. HEX triplet: C5, 14 and A5. RGB value is (197,20,165). Sum of RGB (Red+Green+Blue) = 197+20+165=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C514A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C514A5 is #3AEB5A. Grayscale: #595959. Windows color (decimal): -3861339 or 10818757. OLE color: 10818757.

HSL color Cylindrical-coordinate representation of color #C514A5: hue angle of 310.85º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514A5 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 165 -
CMYK 0 0.90 0.16 0.23
HSL 310.85º 0.82% 0.43% -
HSV(B) 310.85º 0.9% 0.77% -
XYZ 30.07 15.09 36.92 -
YUV 89.45 170.64 204.71 -
System Red Green Blue C M Y K H S L
Decimal 197 20 165 0 0.90 0.16 0.23 310.85 0.82 0.43
Hex C5 14 A5 0 5A 10 17 137 52 2B
Octal 305 24 245 0 132 20 27 467 122 53
Binary 11000101 10100 10100101 0 1011010 10000 10111 100110111 1010010 101011

Color Harmonies of #C514A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514A5

Black with #C514A5

Text Example


Text Example

White with #C514A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514A5; }

 p { color: rgb(197,20,165); }

 H1.HeaderClassName
 {
   color: #C514A5;
 }
 .AnyTagClassName
 {
   color: #C514A5;
 }
</style>

background-color css

<style>
 a { background-color: #C514A5; }

 a { background-color: rgb(197,20,165); }

 div.DivClassName
 {
   background-color: #C514A5;
 }
 .BgClassName
 {
   background-color: #C514A5;
 }
</style>

border-color css

<style>
 span { border-color: #C514A5; }

 span { border-color: rgb(197,20,165); }

 td.TdClassName
 {
   border-color: #C514A5;
 }
 .TagClassName
 {
   border-color: #C514A5;
 }
</style>