Html Css Color HEX #CC15AD Deep Magenta

📋 copy color: '#CC15AD'

red 204 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #CC15AD

Tints of Deep Magenta #CC15AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 51.26%
G = 5.28%
B = 43.47%

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

#CC15AD (or 0xCC15AD) is known color: Deep Magenta. HEX triplet: CC, 15 and AD. RGB value is (204,21,173). Sum of RGB (Red+Green+Blue) = 204+21+173=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC15AD is #33EA52. Grayscale: #5C5C5C. Windows color (decimal): -3402323 or 11343308. OLE color: 11343308.

HSL color Cylindrical-coordinate representation of color #CC15AD: hue angle of 310.16º 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 #CC15AD is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 173 -
CMYK 0 0.90 0.15 0.2
HSL 310.16º 0.81% 0.44% -
HSV(B) 310.16º 0.9% 0.8% -
XYZ 32.71 16.39 40.97 -
YUV 93.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 204 21 173 0 0.90 0.15 0.2 310.16 0.81 0.44
Hex CC 15 AD 0 5A F 14 136 51 2C
Octal 314 25 255 0 132 17 24 466 121 54
Binary 11001100 10101 10101101 0 1011010 1111 10100 100110110 1010001 101100

Color Harmonies of #CC15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15AD

Black with #CC15AD

Text Example


Text Example

White with #CC15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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