Html Css Color HEX #CC2AAA Medium Red Violet

📋 copy color: '#CC2AAA'

red 204 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #CC2AAA

Tints of Medium Red Violet #CC2AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.1%

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

R = 49.04%
G = 10.1%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC2AAA (or 0xCC2AAA) is known color: Medium Red Violet. HEX triplet: CC, 2A and AA. RGB value is (204,42,170). Sum of RGB (Red+Green+Blue) = 204+42+170=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AAA is #33D555. Grayscale: #686868. Windows color (decimal): -3396950 or 11152076. OLE color: 11152076.

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

Color convert

RGB 204 42 170 -
CMYK 0 0.79 0.17 0.2
HSL 312.59º 0.66% 0.48% -
HSV(B) 312.59º 0.79% 0.8% -
XYZ 32.99 17.4 39.65 -
YUV 105.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 204 42 170 0 0.79 0.17 0.2 312.59 0.66 0.48
Hex CC 2A AA 0 4F 11 14 139 42 30
Octal 314 52 252 0 117 21 24 471 102 60
Binary 11001100 101010 10101010 0 1001111 10001 10100 100111001 1000010 110000

Color Harmonies of #CC2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2AAA

Black with #CC2AAA

Text Example


Text Example

White with #CC2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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