Html Css Color HEX #C20872 Medium Violet Red

📋 copy color: '#C20872'

red 194 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #C20872

Tints of Medium Violet Red #C20872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 61.39%
G = 2.53%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20872 (or 0xC20872) is known color: Medium Violet Red. HEX triplet: C2, 08 and 72. RGB value is (194,8,114). Sum of RGB (Red+Green+Blue) = 194+8+114=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20872 is #3DF78D. Grayscale: #4B4B4B. Windows color (decimal): -4061070 or 7473346. OLE color: 7473346.

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

Color convert

RGB 194 8 114 -
CMYK 0 0.96 0.41 0.24
HSL 325.81º 0.92% 0.4% -
HSV(B) 325.81º 0.96% 0.76% -
XYZ 25.37 12.86 17.06 -
YUV 75.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 194 8 114 0 0.96 0.41 0.24 325.81 0.92 0.4
Hex C2 8 72 0 60 29 18 146 5C 28
Octal 302 10 162 0 140 51 30 506 134 50
Binary 11000010 1000 1110010 0 1100000 101001 11000 101000110 1011100 101000

Color Harmonies of #C20872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20872

Black with #C20872

Text Example


Text Example

White with #C20872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20872; }

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

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

background-color css

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

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

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

border-color css

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

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

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