Html Css Color HEX #C51479 Medium Violet Red

📋 copy color: '#C51479'

red 197 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #C51479

Tints of Medium Violet Red #C51479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 58.28%
G = 5.92%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C51479 (or 0xC51479) is known color: Medium Violet Red. HEX triplet: C5, 14 and 79. RGB value is (197,20,121). Sum of RGB (Red+Green+Blue) = 197+20+121=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C51479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51479 is #3AEB86. Grayscale: #545454. Windows color (decimal): -3861383 or 7935173. OLE color: 7935173.

HSL color Cylindrical-coordinate representation of color #C51479: hue angle of 325.76º 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 #C51479 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 121 -
CMYK 0 0.90 0.39 0.23
HSL 325.76º 0.82% 0.43% -
HSV(B) 325.76º 0.9% 0.77% -
XYZ 26.73 13.75 19.33 -
YUV 84.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 197 20 121 0 0.90 0.39 0.23 325.76 0.82 0.43
Hex C5 14 79 0 5A 27 17 146 52 2B
Octal 305 24 171 0 132 47 27 506 122 53
Binary 11000101 10100 1111001 0 1011010 100111 10111 101000110 1010010 101011

Color Harmonies of #C51479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51479

Black with #C51479

Text Example


Text Example

White with #C51479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51479; }

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

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

background-color css

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

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

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

border-color css

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

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

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