Html Css Color HEX #CC0AAE Deep Magenta

📋 copy color: '#CC0AAE'

red 204 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #CC0AAE

Tints of Deep Magenta #CC0AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 52.58%
G = 2.58%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC0AAE (or 0xCC0AAE) is known color: Deep Magenta. HEX triplet: CC, 0A and AE. RGB value is (204,10,174). Sum of RGB (Red+Green+Blue) = 204+10+174=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0AAE is #33F551. Grayscale: #565656. Windows color (decimal): -3405138 or 11406028. OLE color: 11406028.

HSL color Cylindrical-coordinate representation of color #CC0AAE: hue angle of 309.28º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0AAE is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 10 174 -
CMYK 0 0.95 0.15 0.2
HSL 309.28º 0.91% 0.42% -
HSV(B) 309.28º 0.95% 0.8% -
XYZ 32.65 16.11 41.43 -
YUV 86.7 177.27 211.66 -
System Red Green Blue C M Y K H S L
Decimal 204 10 174 0 0.95 0.15 0.2 309.28 0.91 0.42
Hex CC A AE 0 5F F 14 135 5B 2A
Octal 314 12 256 0 137 17 24 465 133 52
Binary 11001100 1010 10101110 0 1011111 1111 10100 100110101 1011011 101010

Color Harmonies of #CC0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0AAE

Black with #CC0AAE

Text Example


Text Example

White with #CC0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0AAE; }

 p { color: rgb(204,10,174); }

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

background-color css

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

 a { background-color: rgb(204,10,174); }

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

border-color css

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

 span { border-color: rgb(204,10,174); }

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