Html Css Color HEX #C021AA Medium Violet Red

📋 copy color: '#C021AA'

red 192 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #C021AA

Tints of Medium Violet Red #C021AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.35%

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

R = 48.61%
G = 8.35%
B = 43.04%

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

#C021AA (or 0xC021AA) is known color: Medium Violet Red. HEX triplet: C0, 21 and AA. RGB value is (192,33,170). Sum of RGB (Red+Green+Blue) = 192+33+170=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C021AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C021AA is #3FDE55. Grayscale: #5F5F5F. Windows color (decimal): -4185686 or 11149760. OLE color: 11149760.

HSL color Cylindrical-coordinate representation of color #C021AA: hue angle of 308.3º 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 #C021AA is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 170 -
CMYK 0 0.83 0.11 0.25
HSL 308.3º 0.71% 0.44% -
HSV(B) 308.3º 0.83% 0.75% -
XYZ 29.54 15.2 39.41 -
YUV 96.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 192 33 170 0 0.83 0.11 0.25 308.3 0.71 0.44
Hex C0 21 AA 0 53 B 19 134 47 2C
Octal 300 41 252 0 123 13 31 464 107 54
Binary 11000000 100001 10101010 0 1010011 1011 11001 100110100 1000111 101100

Color Harmonies of #C021AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021AA

Black with #C021AA

Text Example


Text Example

White with #C021AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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