Html Css Color HEX #C20279 Medium Violet Red

📋 copy color: '#C20279'

red 194 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #C20279

Tints of Medium Violet Red #C20279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 61.2%
G = 0.63%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C20279 (or 0xC20279) is known color: Medium Violet Red. HEX triplet: C2, 02 and 79. RGB value is (194,2,121). Sum of RGB (Red+Green+Blue) = 194+2+121=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C20279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20279 is #3DFD86. Grayscale: #484848. Windows color (decimal): -4062599 or 7930562. OLE color: 7930562.

HSL color Cylindrical-coordinate representation of color #C20279: hue angle of 322.81º 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 #C20279 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 121 -
CMYK 0 0.99 0.38 0.24
HSL 322.81º 0.98% 0.38% -
HSV(B) 322.81º 0.99% 0.76% -
XYZ 25.72 12.89 19.22 -
YUV 72.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 194 2 121 0 0.99 0.38 0.24 322.81 0.98 0.38
Hex C2 2 79 0 63 26 18 143 62 26
Octal 302 2 171 0 143 46 30 503 142 46
Binary 11000010 10 1111001 0 1100011 100110 11000 101000011 1100010 100110

Color Harmonies of #C20279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20279

Black with #C20279

Text Example


Text Example

White with #C20279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20279; }

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

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

background-color css

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

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

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

border-color css

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

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

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