Html Css Color HEX #CC15DC Deep Magenta

📋 copy color: '#CC15DC'

red 204 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #CC15DC

Tints of Deep Magenta #CC15DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 45.84%
G = 4.72%
B = 49.44%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC15DC (or 0xCC15DC) is known color: Deep Magenta. HEX triplet: CC, 15 and DC. RGB value is (204,21,220). Sum of RGB (Red+Green+Blue) = 204+21+220=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15DC is #33EA23. Grayscale: #616161. Windows color (decimal): -3402276 or 14423500. OLE color: 14423500.

HSL color Cylindrical-coordinate representation of color #CC15DC: hue angle of 295.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15DC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 21 220 -
CMYK 0.07 0.90 0 0.14
HSL 295.18º 0.83% 0.47% -
HSV(B) 295.18º 0.9% 0.86% -
XYZ 38.09 18.54 69.28 -
YUV 98.4 196.63 203.32 -
System Red Green Blue C M Y K H S L
Decimal 204 21 220 0.07 0.90 0 0.14 295.18 0.83 0.47
Hex CC 15 DC 7 5A 0 E 127 53 2F
Octal 314 25 334 7 132 0 16 447 123 57
Binary 11001100 10101 11011100 111 1011010 0 1110 100100111 1010011 101111

Color Harmonies of #CC15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15DC

Black with #CC15DC

Text Example


Text Example

White with #CC15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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