Html Css Color HEX #CC15CE Deep Magenta

📋 copy color: '#CC15CE'

red 204 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #CC15CE

Tints of Deep Magenta #CC15CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 47.33%
G = 4.87%
B = 47.8%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC15CE (or 0xCC15CE) is known color: Deep Magenta. HEX triplet: CC, 15 and CE. RGB value is (204,21,206). Sum of RGB (Red+Green+Blue) = 204+21+206=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15CE is #33EA31. Grayscale: #606060. Windows color (decimal): -3402290 or 13505996. OLE color: 13505996.

HSL color Cylindrical-coordinate representation of color #CC15CE: hue angle of 299.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15CE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 21 206 -
CMYK 0.01 0.90 0 0.19
HSL 299.35º 0.81% 0.45% -
HSV(B) 299.35º 0.9% 0.81% -
XYZ 36.31 17.83 59.92 -
YUV 96.81 189.63 204.46 -
System Red Green Blue C M Y K H S L
Decimal 204 21 206 0.01 0.90 0 0.19 299.35 0.81 0.45
Hex CC 15 CE 1 5A 0 13 12B 51 2D
Octal 314 25 316 1 132 0 23 453 121 55
Binary 11001100 10101 11001110 1 1011010 0 10011 100101011 1010001 101101

Color Harmonies of #CC15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15CE

Black with #CC15CE

Text Example


Text Example

White with #CC15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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