Html Css Color HEX #C020AA Medium Violet Red

📋 copy color: '#C020AA'

red 192 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C020AA

Tints of Medium Violet Red #C020AA

RGB

 RED value IS 192 (75.39% from 255) = 48.73%

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 48.73%
G = 8.12%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C020AA (or 0xC020AA) is known color: Medium Violet Red. HEX triplet: C0, 20 and AA. RGB value is (192,32,170). Sum of RGB (Red+Green+Blue) = 192+32+170=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C020AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C020AA is #3FDF55. Grayscale: #5F5F5F. Windows color (decimal): -4185942 or 11149504. OLE color: 11149504.

HSL color Cylindrical-coordinate representation of color #C020AA: hue angle of 308.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020AA is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 170 -
CMYK 0 0.83 0.11 0.25
HSL 308.25º 0.71% 0.44% -
HSV(B) 308.25º 0.83% 0.75% -
XYZ 29.51 15.14 39.4 -
YUV 95.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 192 32 170 0 0.83 0.11 0.25 308.25 0.71 0.44
Hex C0 20 AA 0 53 B 19 134 47 2C
Octal 300 40 252 0 123 13 31 464 107 54
Binary 11000000 100000 10101010 0 1010011 1011 11001 100110100 1000111 101100

Color Harmonies of #C020AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020AA

Black with #C020AA

Text Example


Text Example

White with #C020AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020AA; }

 p { color: rgb(192,32,170); }

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

background-color css

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

 a { background-color: rgb(192,32,170); }

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

border-color css

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

 span { border-color: rgb(192,32,170); }

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