Html Css Color HEX #C20972 Medium Violet Red

📋 copy color: '#C20972'

red 194 ◦ green 9 ◦ blue 114

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

Shades of Medium Violet Red #C20972

Tints of Medium Violet Red #C20972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.84%

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

R = 61.2%
G = 2.84%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20972 (or 0xC20972) is known color: Medium Violet Red. HEX triplet: C2, 09 and 72. RGB value is (194,9,114). Sum of RGB (Red+Green+Blue) = 194+9+114=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C20972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20972 is #3DF68D. Grayscale: #4C4C4C. Windows color (decimal): -4060814 or 7473602. OLE color: 7473602.

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

Color convert

RGB 194 9 114 -
CMYK 0 0.95 0.41 0.24
HSL 325.95º 0.91% 0.4% -
HSV(B) 325.95º 0.95% 0.76% -
XYZ 25.38 12.88 17.07 -
YUV 76.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 194 9 114 0 0.95 0.41 0.24 325.95 0.91 0.4
Hex C2 9 72 0 5F 29 18 146 5B 28
Octal 302 11 162 0 137 51 30 506 133 50
Binary 11000010 1001 1110010 0 1011111 101001 11000 101000110 1011011 101000

Color Harmonies of #C20972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20972

Black with #C20972

Text Example


Text Example

White with #C20972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20972; }

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

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

background-color css

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

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

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

border-color css

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

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

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