Html Css Color HEX #C40872 Medium Violet Red

📋 copy color: '#C40872'

red 196 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #C40872

Tints of Medium Violet Red #C40872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 61.64%
G = 2.52%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C40872 (or 0xC40872) is known color: Medium Violet Red. HEX triplet: C4, 08 and 72. RGB value is (196,8,114). Sum of RGB (Red+Green+Blue) = 196+8+114=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C40872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40872 is #3BF78D. Grayscale: #4C4C4C. Windows color (decimal): -3929998 or 7473348. OLE color: 7473348.

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

Color convert

RGB 196 8 114 -
CMYK 0 0.96 0.42 0.23
HSL 326.17º 0.92% 0.4% -
HSV(B) 326.17º 0.96% 0.77% -
XYZ 25.89 13.12 17.09 -
YUV 76.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 196 8 114 0 0.96 0.42 0.23 326.17 0.92 0.4
Hex C4 8 72 0 60 2A 17 146 5C 28
Octal 304 10 162 0 140 52 27 506 134 50
Binary 11000100 1000 1110010 0 1100000 101010 10111 101000110 1011100 101000

Color Harmonies of #C40872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40872

Black with #C40872

Text Example


Text Example

White with #C40872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40872; }

 p { color: rgb(196,8,114); }

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

background-color css

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

 a { background-color: rgb(196,8,114); }

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

border-color css

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

 span { border-color: rgb(196,8,114); }

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