Html Css Color HEX #CC16BA Deep Magenta

📋 copy color: '#CC16BA'

red 204 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #CC16BA

Tints of Deep Magenta #CC16BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 49.51%
G = 5.34%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC16BA (or 0xCC16BA) is known color: Deep Magenta. HEX triplet: CC, 16 and BA. RGB value is (204,22,186). Sum of RGB (Red+Green+Blue) = 204+22+186=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16BA is #33E945. Grayscale: #5E5E5E. Windows color (decimal): -3402054 or 12195532. OLE color: 12195532.

HSL color Cylindrical-coordinate representation of color #CC16BA: hue angle of 305.93º 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 #CC16BA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 186 -
CMYK 0 0.89 0.09 0.2
HSL 305.93º 0.81% 0.44% -
HSV(B) 305.93º 0.89% 0.8% -
XYZ 34.05 16.96 47.93 -
YUV 95.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 204 22 186 0 0.89 0.09 0.2 305.93 0.81 0.44
Hex CC 16 BA 0 59 9 14 132 51 2C
Octal 314 26 272 0 131 11 24 462 121 54
Binary 11001100 10110 10111010 0 1011001 1001 10100 100110010 1010001 101100

Color Harmonies of #CC16BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16BA

Black with #CC16BA

Text Example


Text Example

White with #CC16BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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