Html Css Color HEX #CC16DE Deep Magenta

📋 copy color: '#CC16DE'

red 204 ◦ green 22 ◦ blue 222

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

Shades of Deep Magenta #CC16DE

Tints of Deep Magenta #CC16DE

RGB

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

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

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

R = 45.54%
G = 4.91%
B = 49.55%

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

#CC16DE (or 0xCC16DE) is known color: Deep Magenta. HEX triplet: CC, 16 and DE. RGB value is (204,22,222). Sum of RGB (Red+Green+Blue) = 204+22+222=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC16DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16DE is #33E921. Grayscale: #626262. Windows color (decimal): -3402018 or 14554828. OLE color: 14554828.

HSL color Cylindrical-coordinate representation of color #CC16DE: hue angle of 294.6º 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 #CC16DE is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 22 222 -
CMYK 0.08 0.90 0 0.13
HSL 294.6º 0.82% 0.48% -
HSV(B) 294.6º 0.9% 0.87% -
XYZ 38.37 18.69 70.69 -
YUV 99.22 197.3 202.74 -
System Red Green Blue C M Y K H S L
Decimal 204 22 222 0.08 0.90 0 0.13 294.6 0.82 0.48
Hex CC 16 DE 8 5A 0 D 127 52 30
Octal 314 26 336 10 132 0 15 447 122 60
Binary 11001100 10110 11011110 1000 1011010 0 1101 100100111 1010010 110000

Color Harmonies of #CC16DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16DE

Black with #CC16DE

Text Example


Text Example

White with #CC16DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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