Html Css Color HEX #CC16DC Deep Magenta

📋 copy color: '#CC16DC'

red 204 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #CC16DC

Tints of Deep Magenta #CC16DC

RGB

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

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

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

R = 45.74%
G = 4.93%
B = 49.33%

CMYK

 C value IS 0.07

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC16DC (or 0xCC16DC) is known color: Deep Magenta. HEX triplet: CC, 16 and DC. RGB value is (204,22,220). Sum of RGB (Red+Green+Blue) = 204+22+220=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16DC is #33E923. Grayscale: #626262. Windows color (decimal): -3402020 or 14423756. OLE color: 14423756.

HSL color Cylindrical-coordinate representation of color #CC16DC: hue angle of 295.15º degrees, saturation: 0.82, 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 #CC16DC is Cyan = 0.07, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 22 220 -
CMYK 0.07 0.9 0 0.14
HSL 295.15º 0.82% 0.47% -
HSV(B) 295.15º 0.9% 0.86% -
XYZ 38.11 18.58 69.29 -
YUV 98.99 196.3 202.9 -
System Red Green Blue C M Y K H S L
Decimal 204 22 220 0.07 0.9 0 0.14 295.15 0.82 0.47
Hex CC 16 DC 7 5A 0 E 127 52 2F
Octal 314 26 334 7 132 0 16 447 122 57
Binary 11001100 10110 11011100 111 1011010 0 1110 100100111 1010010 101111

Color Harmonies of #CC16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16DC

Black with #CC16DC

Text Example


Text Example

White with #CC16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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