Html Css Color HEX #C40572 Medium Violet Red

📋 copy color: '#C40572'

red 196 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #C40572

Tints of Medium Violet Red #C40572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 62.22%
G = 1.59%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C40572 (or 0xC40572) is known color: Medium Violet Red. HEX triplet: C4, 05 and 72. RGB value is (196,5,114). Sum of RGB (Red+Green+Blue) = 196+5+114=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C40572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40572 is #3BFA8D. Grayscale: #4A4A4A. Windows color (decimal): -3930766 or 7472580. OLE color: 7472580.

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

Color convert

RGB 196 5 114 -
CMYK 0 0.97 0.42 0.23
HSL 325.76º 0.95% 0.39% -
HSV(B) 325.76º 0.97% 0.77% -
XYZ 25.86 13.06 17.08 -
YUV 74.54 150.28 214.64 -
System Red Green Blue C M Y K H S L
Decimal 196 5 114 0 0.97 0.42 0.23 325.76 0.95 0.39
Hex C4 5 72 0 61 2A 17 146 5F 27
Octal 304 5 162 0 141 52 27 506 137 47
Binary 11000100 101 1110010 0 1100001 101010 10111 101000110 1011111 100111

Color Harmonies of #C40572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40572

Black with #C40572

Text Example


Text Example

White with #C40572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40572; }

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

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

background-color css

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

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

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

border-color css

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

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

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