Html Css Color HEX #C41972 Medium Violet Red

📋 copy color: '#C41972'

red 196 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #C41972

Tints of Medium Violet Red #C41972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

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

R = 58.51%
G = 7.46%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C41972 (or 0xC41972) is known color: Medium Violet Red. HEX triplet: C4, 19 and 72. RGB value is (196,25,114). Sum of RGB (Red+Green+Blue) = 196+25+114=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C41972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41972 is #3BE68D. Grayscale: #565656. Windows color (decimal): -3925646 or 7477700. OLE color: 7477700.

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

Color convert

RGB 196 25 114 -
CMYK 0 0.87 0.42 0.23
HSL 328.77º 0.77% 0.43% -
HSV(B) 328.77º 0.87% 0.77% -
XYZ 26.15 13.65 17.18 -
YUV 86.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 196 25 114 0 0.87 0.42 0.23 328.77 0.77 0.43
Hex C4 19 72 0 57 2A 17 149 4D 2B
Octal 304 31 162 0 127 52 27 511 115 53
Binary 11000100 11001 1110010 0 1010111 101010 10111 101001001 1001101 101011

Color Harmonies of #C41972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41972

Black with #C41972

Text Example


Text Example

White with #C41972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41972; }

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

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

background-color css

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

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

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

border-color css

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

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

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