Html Css Color HEX #C20AA5 Medium Violet Red

📋 copy color: '#C20AA5'

red 194 ◦ green 10 ◦ blue 165

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

Shades of Medium Violet Red #C20AA5

Tints of Medium Violet Red #C20AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 52.57%
G = 2.71%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C20AA5 (or 0xC20AA5) is known color: Medium Violet Red. HEX triplet: C2, 0A and A5. RGB value is (194,10,165). Sum of RGB (Red+Green+Blue) = 194+10+165=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AA5 is #3DF55A. Grayscale: #525252. Windows color (decimal): -4060507 or 10816194. OLE color: 10816194.

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

Color convert

RGB 194 10 165 -
CMYK 0 0.95 0.15 0.24
HSL 309.46º 0.9% 0.4% -
HSV(B) 309.46º 0.95% 0.76% -
XYZ 29.15 14.4 36.84 -
YUV 82.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 194 10 165 0 0.95 0.15 0.24 309.46 0.9 0.4
Hex C2 A A5 0 5F F 18 135 5A 28
Octal 302 12 245 0 137 17 30 465 132 50
Binary 11000010 1010 10100101 0 1011111 1111 11000 100110101 1011010 101000

Color Harmonies of #C20AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AA5

Black with #C20AA5

Text Example


Text Example

White with #C20AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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