Html Css Color HEX #CC11DE Deep Magenta

📋 copy color: '#CC11DE'

red 204 ◦ green 17 ◦ blue 222

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

Shades of Deep Magenta #CC11DE

Tints of Deep Magenta #CC11DE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.84%

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 46.05%
G = 3.84%
B = 50.11%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC11DE (or 0xCC11DE) is known color: Deep Magenta. HEX triplet: CC, 11 and DE. RGB value is (204,17,222). Sum of RGB (Red+Green+Blue) = 204+17+222=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC11DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11DE is #33EE21. Grayscale: #5F5F5F. Windows color (decimal): -3403298 or 14553548. OLE color: 14553548.

HSL color Cylindrical-coordinate representation of color #CC11DE: hue angle of 294.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11DE is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 17 222 -
CMYK 0.08 0.92 0 0.13
HSL 294.73º 0.86% 0.47% -
HSV(B) 294.73º 0.92% 0.87% -
XYZ 38.29 18.51 70.66 -
YUV 96.28 198.95 204.83 -
System Red Green Blue C M Y K H S L
Decimal 204 17 222 0.08 0.92 0 0.13 294.73 0.86 0.47
Hex CC 11 DE 8 5C 0 D 127 56 2F
Octal 314 21 336 10 134 0 15 447 126 57
Binary 11001100 10001 11011110 1000 1011100 0 1101 100100111 1010110 101111

Color Harmonies of #CC11DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11DE

Black with #CC11DE

Text Example


Text Example

White with #CC11DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11DE; }

 p { color: rgb(204,17,222); }

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

background-color css

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

 a { background-color: rgb(204,17,222); }

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

border-color css

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

 span { border-color: rgb(204,17,222); }

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