Html Css Color HEX #CC1AE4 Deep Magenta

📋 copy color: '#CC1AE4'

red 204 ◦ green 26 ◦ blue 228

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

Shades of Deep Magenta #CC1AE4

Tints of Deep Magenta #CC1AE4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.68%

 BLUE value IS 228 (89.45% from 255) = 49.78%

R = 44.54%
G = 5.68%
B = 49.78%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC1AE4 (or 0xCC1AE4) is known color: Deep Magenta. HEX triplet: CC, 1A and E4. RGB value is (204,26,228). Sum of RGB (Red+Green+Blue) = 204+26+228=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC1AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1AE4 is #33E51B. Grayscale: #656565. Windows color (decimal): -3400988 or 14949068. OLE color: 14949068.

HSL color Cylindrical-coordinate representation of color #CC1AE4: hue angle of 292.87º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1AE4 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 26 228 -
CMYK 0.11 0.89 0 0.11
HSL 292.87º 0.8% 0.5% -
HSV(B) 292.87º 0.89% 0.89% -
XYZ 39.27 19.18 75.03 -
YUV 102.25 198.97 200.57 -
System Red Green Blue C M Y K H S L
Decimal 204 26 228 0.11 0.89 0 0.11 292.87 0.8 0.5
Hex CC 1A E4 B 59 0 B 125 50 32
Octal 314 32 344 13 131 0 13 445 120 62
Binary 11001100 11010 11100100 1011 1011001 0 1011 100100101 1010000 110010

Color Harmonies of #CC1AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AE4

Black with #CC1AE4

Text Example


Text Example

White with #CC1AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AE4; }

 p { color: rgb(204,26,228); }

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

background-color css

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

 a { background-color: rgb(204,26,228); }

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

border-color css

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

 span { border-color: rgb(204,26,228); }

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