Html Css Color HEX #C20272 Medium Violet Red

📋 copy color: '#C20272'

red 194 ◦ green 2 ◦ blue 114

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

Shades of Medium Violet Red #C20272

Tints of Medium Violet Red #C20272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 62.58%
G = 0.65%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20272 (or 0xC20272) is known color: Medium Violet Red. HEX triplet: C2, 02 and 72. RGB value is (194,2,114). Sum of RGB (Red+Green+Blue) = 194+2+114=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C20272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20272 is #3DFD8D. Grayscale: #474747. Windows color (decimal): -4062606 or 7471810. OLE color: 7471810.

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

Color convert

RGB 194 2 114 -
CMYK 0 0.99 0.41 0.24
HSL 325º 0.98% 0.38% -
HSV(B) 325º 0.99% 0.76% -
XYZ 25.31 12.73 17.04 -
YUV 72.18 151.61 214.89 -
System Red Green Blue C M Y K H S L
Decimal 194 2 114 0 0.99 0.41 0.24 325 0.98 0.38
Hex C2 2 72 0 63 29 18 145 62 26
Octal 302 2 162 0 143 51 30 505 142 46
Binary 11000010 10 1110010 0 1100011 101001 11000 101000101 1100010 100110

Color Harmonies of #C20272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20272

Black with #C20272

Text Example


Text Example

White with #C20272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20272; }

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

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

background-color css

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

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

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

border-color css

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

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

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