Html Css Color HEX #C20472 Medium Violet Red

📋 copy color: '#C20472'

red 194 ◦ green 4 ◦ blue 114

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

Shades of Medium Violet Red #C20472

Tints of Medium Violet Red #C20472

RGB

 RED value IS 194 (76.17% from 255) = 62.18%

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 62.18%
G = 1.28%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20472 (or 0xC20472) is known color: Medium Violet Red. HEX triplet: C2, 04 and 72. RGB value is (194,4,114). Sum of RGB (Red+Green+Blue) = 194+4+114=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C20472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20472 is #3DFB8D. Grayscale: #494949. Windows color (decimal): -4062094 or 7472322. OLE color: 7472322.

HSL color Cylindrical-coordinate representation of color #C20472: hue angle of 325.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20472 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 114 -
CMYK 0 0.98 0.41 0.24
HSL 325.26º 0.96% 0.39% -
HSV(B) 325.26º 0.98% 0.76% -
XYZ 25.33 12.77 17.05 -
YUV 73.35 150.95 214.06 -
System Red Green Blue C M Y K H S L
Decimal 194 4 114 0 0.98 0.41 0.24 325.26 0.96 0.39
Hex C2 4 72 0 62 29 18 145 60 27
Octal 302 4 162 0 142 51 30 505 140 47
Binary 11000010 100 1110010 0 1100010 101001 11000 101000101 1100000 100111

Color Harmonies of #C20472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20472

Black with #C20472

Text Example


Text Example

White with #C20472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20472; }

 p { color: rgb(194,4,114); }

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

background-color css

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

 a { background-color: rgb(194,4,114); }

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

border-color css

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

 span { border-color: rgb(194,4,114); }

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