Html Css Color HEX #C40C71 Medium Violet Red

📋 copy color: '#C40C71'

red 196 ◦ green 12 ◦ blue 113

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

Shades of Medium Violet Red #C40C71

Tints of Medium Violet Red #C40C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 61.06%
G = 3.74%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C40C71 (or 0xC40C71) is known color: Medium Violet Red. HEX triplet: C4, 0C and 71. RGB value is (196,12,113). Sum of RGB (Red+Green+Blue) = 196+12+113=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C71 is #3BF38E. Grayscale: #4E4E4E. Windows color (decimal): -3928975 or 7408836. OLE color: 7408836.

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

Color convert

RGB 196 12 113 -
CMYK 0 0.94 0.42 0.23
HSL 327.07º 0.88% 0.41% -
HSV(B) 327.07º 0.94% 0.77% -
XYZ 25.88 13.19 16.81 -
YUV 78.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 196 12 113 0 0.94 0.42 0.23 327.07 0.88 0.41
Hex C4 C 71 0 5E 2A 17 147 58 29
Octal 304 14 161 0 136 52 27 507 130 51
Binary 11000100 1100 1110001 0 1011110 101010 10111 101000111 1011000 101001

Color Harmonies of #C40C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C71

Black with #C40C71

Text Example


Text Example

White with #C40C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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