Html Css Color HEX #C40C78 Medium Violet Red

📋 copy color: '#C40C78'

red 196 ◦ green 12 ◦ blue 120

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

Shades of Medium Violet Red #C40C78

Tints of Medium Violet Red #C40C78

RGB

 RED value IS 196 (76.95% from 255) = 59.76%

 GREEN value IS 12 (5.08% from 255) = 3.66%

 BLUE value IS 120 (47.27% from 255) = 36.59%

R = 59.76%
G = 3.66%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C40C78 (or 0xC40C78) is known color: Medium Violet Red. HEX triplet: C4, 0C and 78. RGB value is (196,12,120). Sum of RGB (Red+Green+Blue) = 196+12+120=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C78 is #3BF387. Grayscale: #4F4F4F. Windows color (decimal): -3928968 or 7867588. OLE color: 7867588.

HSL color Cylindrical-coordinate representation of color #C40C78: hue angle of 324.78º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C78 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 120 -
CMYK 0 0.94 0.39 0.23
HSL 324.78º 0.88% 0.41% -
HSV(B) 324.78º 0.94% 0.77% -
XYZ 26.29 13.35 18.96 -
YUV 79.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 196 12 120 0 0.94 0.39 0.23 324.78 0.88 0.41
Hex C4 C 78 0 5E 27 17 145 58 29
Octal 304 14 170 0 136 47 27 505 130 51
Binary 11000100 1100 1111000 0 1011110 100111 10111 101000101 1011000 101001

Color Harmonies of #C40C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C78

Black with #C40C78

Text Example


Text Example

White with #C40C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C78; }

 p { color: rgb(196,12,120); }

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

background-color css

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

 a { background-color: rgb(196,12,120); }

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

border-color css

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

 span { border-color: rgb(196,12,120); }

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