Html Css Color HEX #CC20AA Medium Violet Red

📋 copy color: '#CC20AA'

red 204 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #CC20AA

Tints of Medium Violet Red #CC20AA

RGB

 RED value IS 204 (80.08% from 255) = 50.25%

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

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

R = 50.25%
G = 7.88%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC20AA (or 0xCC20AA) is known color: Medium Violet Red. HEX triplet: CC, 20 and AA. RGB value is (204,32,170). Sum of RGB (Red+Green+Blue) = 204+32+170=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20AA is #33DF55. Grayscale: #626262. Windows color (decimal): -3399510 or 11149516. OLE color: 11149516.

HSL color Cylindrical-coordinate representation of color #CC20AA: hue angle of 311.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC20AA is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 170 -
CMYK 0 0.84 0.17 0.2
HSL 311.86º 0.73% 0.46% -
HSV(B) 311.86º 0.84% 0.8% -
XYZ 32.67 16.77 39.55 -
YUV 99.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 204 32 170 0 0.84 0.17 0.2 311.86 0.73 0.46
Hex CC 20 AA 0 54 11 14 138 49 2E
Octal 314 40 252 0 124 21 24 470 111 56
Binary 11001100 100000 10101010 0 1010100 10001 10100 100111000 1001001 101110

Color Harmonies of #CC20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20AA

Black with #CC20AA

Text Example


Text Example

White with #CC20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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