Html Css Color HEX #CC15AE Deep Magenta

📋 copy color: '#CC15AE'

red 204 ◦ green 21 ◦ blue 174

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

Shades of Deep Magenta #CC15AE

Tints of Deep Magenta #CC15AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

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

R = 51.13%
G = 5.26%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC15AE (or 0xCC15AE) is known color: Deep Magenta. HEX triplet: CC, 15 and AE. RGB value is (204,21,174). Sum of RGB (Red+Green+Blue) = 204+21+174=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC15AE is #33EA51. Grayscale: #5C5C5C. Windows color (decimal): -3402322 or 11408844. OLE color: 11408844.

HSL color Cylindrical-coordinate representation of color #CC15AE: hue angle of 309.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15AE is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 174 -
CMYK 0 0.90 0.15 0.2
HSL 309.84º 0.81% 0.44% -
HSV(B) 309.84º 0.9% 0.8% -
XYZ 32.81 16.43 41.49 -
YUV 93.16 173.63 207.06 -
System Red Green Blue C M Y K H S L
Decimal 204 21 174 0 0.90 0.15 0.2 309.84 0.81 0.44
Hex CC 15 AE 0 5A F 14 136 51 2C
Octal 314 25 256 0 132 17 24 466 121 54
Binary 11001100 10101 10101110 0 1011010 1111 10100 100110110 1010001 101100

Color Harmonies of #CC15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15AE

Black with #CC15AE

Text Example


Text Example

White with #CC15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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