Html Css Color HEX #CC16BE Deep Magenta

📋 copy color: '#CC16BE'

red 204 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #CC16BE

Tints of Deep Magenta #CC16BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 49.04%
G = 5.29%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC16BE (or 0xCC16BE) is known color: Deep Magenta. HEX triplet: CC, 16 and BE. RGB value is (204,22,190). Sum of RGB (Red+Green+Blue) = 204+22+190=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16BE is #33E941. Grayscale: #5F5F5F. Windows color (decimal): -3402050 or 12457676. OLE color: 12457676.

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

Color convert

RGB 204 22 190 -
CMYK 0 0.89 0.07 0.2
HSL 304.62º 0.81% 0.44% -
HSV(B) 304.62º 0.89% 0.8% -
XYZ 34.48 17.13 50.2 -
YUV 95.57 181.3 205.34 -
System Red Green Blue C M Y K H S L
Decimal 204 22 190 0 0.89 0.07 0.2 304.62 0.81 0.44
Hex CC 16 BE 0 59 7 14 131 51 2C
Octal 314 26 276 0 131 7 24 461 121 54
Binary 11001100 10110 10111110 0 1011001 111 10100 100110001 1010001 101100

Color Harmonies of #CC16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16BE

Black with #CC16BE

Text Example


Text Example

White with #CC16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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