Html Css Color HEX #C20AA0 Medium Violet Red

📋 copy color: '#C20AA0'

red 194 ◦ green 10 ◦ blue 160

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

Shades of Medium Violet Red #C20AA0

Tints of Medium Violet Red #C20AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 53.3%
G = 2.75%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C20AA0 (or 0xC20AA0) is known color: Medium Violet Red. HEX triplet: C2, 0A and A0. RGB value is (194,10,160). Sum of RGB (Red+Green+Blue) = 194+10+160=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AA0 is #3DF55F. Grayscale: #515151. Windows color (decimal): -4060512 or 10488514. OLE color: 10488514.

HSL color Cylindrical-coordinate representation of color #C20AA0: hue angle of 311.09º degrees, saturation: 0.9, 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 #C20AA0 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 10 160 -
CMYK 0 0.95 0.18 0.24
HSL 311.09º 0.9% 0.4% -
HSV(B) 311.09º 0.95% 0.76% -
XYZ 28.7 14.22 34.49 -
YUV 82.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 194 10 160 0 0.95 0.18 0.24 311.09 0.9 0.4
Hex C2 A A0 0 5F 12 18 137 5A 28
Octal 302 12 240 0 137 22 30 467 132 50
Binary 11000010 1010 10100000 0 1011111 10010 11000 100110111 1011010 101000

Color Harmonies of #C20AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AA0

Black with #C20AA0

Text Example


Text Example

White with #C20AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AA0; }

 p { color: rgb(194,10,160); }

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

background-color css

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

 a { background-color: rgb(194,10,160); }

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

border-color css

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

 span { border-color: rgb(194,10,160); }

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