Html Css Color HEX #CC2AE1 Deep Magenta

📋 copy color: '#CC2AE1'

red 204 ◦ green 42 ◦ blue 225

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

Shades of Deep Magenta #CC2AE1

Tints of Deep Magenta #CC2AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 43.31%
G = 8.92%
B = 47.77%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC2AE1 (or 0xCC2AE1) is known color: Deep Magenta. HEX triplet: CC, 2A and E1. RGB value is (204,42,225). Sum of RGB (Red+Green+Blue) = 204+42+225=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC2AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2AE1 is #33D51E. Grayscale: #6E6E6E. Windows color (decimal): -3396895 or 14756556. OLE color: 14756556.

HSL color Cylindrical-coordinate representation of color #CC2AE1: hue angle of 293.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2AE1 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 42 225 -
CMYK 0.09 0.81 0 0.12
HSL 293.11º 0.75% 0.52% -
HSV(B) 293.11º 0.81% 0.88% -
XYZ 39.32 19.93 73.01 -
YUV 111.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 204 42 225 0.09 0.81 0 0.12 293.11 0.75 0.52
Hex CC 2A E1 9 51 0 C 125 4B 34
Octal 314 52 341 11 121 0 14 445 113 64
Binary 11001100 101010 11100001 1001 1010001 0 1100 100100101 1001011 110100

Color Harmonies of #CC2AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2AE1

Black with #CC2AE1

Text Example


Text Example

White with #CC2AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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