Html Css Color HEX #CC16AD Deep Magenta

📋 copy color: '#CC16AD'

red 204 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #CC16AD

Tints of Deep Magenta #CC16AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 51.13%
G = 5.51%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC16AD (or 0xCC16AD) is known color: Deep Magenta. HEX triplet: CC, 16 and AD. RGB value is (204,22,173). Sum of RGB (Red+Green+Blue) = 204+22+173=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16AD is #33E952. Grayscale: #5D5D5D. Windows color (decimal): -3402067 or 11343564. OLE color: 11343564.

HSL color Cylindrical-coordinate representation of color #CC16AD: hue angle of 310.22º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC16AD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 173 -
CMYK 0 0.89 0.15 0.2
HSL 310.22º 0.81% 0.44% -
HSV(B) 310.22º 0.89% 0.8% -
XYZ 32.73 16.43 40.98 -
YUV 93.63 172.8 206.72 -
System Red Green Blue C M Y K H S L
Decimal 204 22 173 0 0.89 0.15 0.2 310.22 0.81 0.44
Hex CC 16 AD 0 59 F 14 136 51 2C
Octal 314 26 255 0 131 17 24 466 121 54
Binary 11001100 10110 10101101 0 1011001 1111 10100 100110110 1010001 101100

Color Harmonies of #CC16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16AD

Black with #CC16AD

Text Example


Text Example

White with #CC16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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