Html Css Color HEX #C40F78 Medium Violet Red

📋 copy color: '#C40F78'

red 196 ◦ green 15 ◦ blue 120

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

Shades of Medium Violet Red #C40F78

Tints of Medium Violet Red #C40F78

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 59.21%
G = 4.53%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C40F78 (or 0xC40F78) is known color: Medium Violet Red. HEX triplet: C4, 0F and 78. RGB value is (196,15,120). Sum of RGB (Red+Green+Blue) = 196+15+120=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F78 is #3BF087. Grayscale: #505050. Windows color (decimal): -3928200 or 7868356. OLE color: 7868356.

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

Color convert

RGB 196 15 120 -
CMYK 0 0.92 0.39 0.23
HSL 325.19º 0.86% 0.41% -
HSV(B) 325.19º 0.92% 0.77% -
XYZ 26.33 13.43 18.97 -
YUV 81.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 196 15 120 0 0.92 0.39 0.23 325.19 0.86 0.41
Hex C4 F 78 0 5C 27 17 145 56 29
Octal 304 17 170 0 134 47 27 505 126 51
Binary 11000100 1111 1111000 0 1011100 100111 10111 101000101 1010110 101001

Color Harmonies of #C40F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F78

Black with #C40F78

Text Example


Text Example

White with #C40F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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