Html Css Color HEX #CC16CE Deep Magenta

📋 copy color: '#CC16CE'

red 204 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #CC16CE

Tints of Deep Magenta #CC16CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 47.22%
G = 5.09%
B = 47.69%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC16CE (or 0xCC16CE) is known color: Deep Magenta. HEX triplet: CC, 16 and CE. RGB value is (204,22,206). Sum of RGB (Red+Green+Blue) = 204+22+206=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16CE is #33E931. Grayscale: #606060. Windows color (decimal): -3402034 or 13506252. OLE color: 13506252.

HSL color Cylindrical-coordinate representation of color #CC16CE: hue angle of 299.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC16CE is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 22 206 -
CMYK 0.01 0.89 0 0.19
HSL 299.35º 0.81% 0.45% -
HSV(B) 299.35º 0.89% 0.81% -
XYZ 36.33 17.87 59.93 -
YUV 97.39 189.3 204.04 -
System Red Green Blue C M Y K H S L
Decimal 204 22 206 0.01 0.89 0 0.19 299.35 0.81 0.45
Hex CC 16 CE 1 59 0 13 12B 51 2D
Octal 314 26 316 1 131 0 23 453 121 55
Binary 11001100 10110 11001110 1 1011001 0 10011 100101011 1010001 101101

Color Harmonies of #CC16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16CE

Black with #CC16CE

Text Example


Text Example

White with #CC16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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