Html Css Color HEX #CC16DD Deep Magenta

📋 copy color: '#CC16DD'

red 204 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #CC16DD

Tints of Deep Magenta #CC16DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.92%

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

R = 45.64%
G = 4.92%
B = 49.44%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC16DD (or 0xCC16DD) is known color: Deep Magenta. HEX triplet: CC, 16 and DD. RGB value is (204,22,221). Sum of RGB (Red+Green+Blue) = 204+22+221=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16DD is #33E922. Grayscale: #626262. Windows color (decimal): -3402019 or 14489292. OLE color: 14489292.

HSL color Cylindrical-coordinate representation of color #CC16DD: hue angle of 294.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC16DD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 22 221 -
CMYK 0.08 0.90 0 0.13
HSL 294.87º 0.82% 0.48% -
HSV(B) 294.87º 0.9% 0.87% -
XYZ 38.24 18.63 69.99 -
YUV 99.1 196.8 202.82 -
System Red Green Blue C M Y K H S L
Decimal 204 22 221 0.08 0.90 0 0.13 294.87 0.82 0.48
Hex CC 16 DD 8 5A 0 D 127 52 30
Octal 314 26 335 10 132 0 15 447 122 60
Binary 11001100 10110 11011101 1000 1011010 0 1101 100100111 1010010 110000

Color Harmonies of #CC16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16DD

Black with #CC16DD

Text Example


Text Example

White with #CC16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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