Html Css Color HEX #C20BA0 Medium Violet Red

📋 copy color: '#C20BA0'

red 194 ◦ green 11 ◦ blue 160

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

Shades of Medium Violet Red #C20BA0

Tints of Medium Violet Red #C20BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

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

R = 53.15%
G = 3.01%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C20BA0 (or 0xC20BA0) is known color: Medium Violet Red. HEX triplet: C2, 0B and A0. RGB value is (194,11,160). Sum of RGB (Red+Green+Blue) = 194+11+160=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20BA0 is #3DF45F. Grayscale: #525252. Windows color (decimal): -4060256 or 10488770. OLE color: 10488770.

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

Color convert

RGB 194 11 160 -
CMYK 0 0.94 0.18 0.24
HSL 311.15º 0.89% 0.4% -
HSV(B) 311.15º 0.94% 0.76% -
XYZ 28.71 14.25 34.49 -
YUV 82.7 171.63 207.38 -
System Red Green Blue C M Y K H S L
Decimal 194 11 160 0 0.94 0.18 0.24 311.15 0.89 0.4
Hex C2 B A0 0 5E 12 18 137 59 28
Octal 302 13 240 0 136 22 30 467 131 50
Binary 11000010 1011 10100000 0 1011110 10010 11000 100110111 1011001 101000

Color Harmonies of #C20BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BA0

Black with #C20BA0

Text Example


Text Example

White with #C20BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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