Html Css Color HEX #CC10DD Deep Magenta

📋 copy color: '#CC10DD'

red 204 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #CC10DD

Tints of Deep Magenta #CC10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.63%

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 46.26%
G = 3.63%
B = 50.11%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC10DD (or 0xCC10DD) is known color: Deep Magenta. HEX triplet: CC, 10 and DD. RGB value is (204,16,221). Sum of RGB (Red+Green+Blue) = 204+16+221=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10DD is #33EF22. Grayscale: #5E5E5E. Windows color (decimal): -3403555 or 14487756. OLE color: 14487756.

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

Color convert

RGB 204 16 221 -
CMYK 0.08 0.93 0 0.13
HSL 295.02º 0.86% 0.46% -
HSV(B) 295.02º 0.93% 0.87% -
XYZ 38.14 18.43 69.95 -
YUV 95.58 198.78 205.33 -
System Red Green Blue C M Y K H S L
Decimal 204 16 221 0.08 0.93 0 0.13 295.02 0.86 0.46
Hex CC 10 DD 8 5D 0 D 127 56 2E
Octal 314 20 335 10 135 0 15 447 126 56
Binary 11001100 10000 11011101 1000 1011101 0 1101 100100111 1010110 101110

Color Harmonies of #CC10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10DD

Black with #CC10DD

Text Example


Text Example

White with #CC10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10DD; }

 p { color: rgb(204,16,221); }

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

background-color css

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

 a { background-color: rgb(204,16,221); }

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

border-color css

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

 span { border-color: rgb(204,16,221); }

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