#CC05BE

Color #CC05BE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC05BE

Tints of Deep Magenta #CC05BE

Color information

#CC05BE (or 0xCC05BE) is unknown color: approx Deep Magenta. HEX triplet: CC, 05 and BE. RGB value is (204,5,190). Sum of RGB (Red+Green+Blue) = 204+5+190=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05BE is #33FA41. Grayscale: #555555. Windows color (decimal): -3406402 or 12453324. OLE color: 12453324.

HSL color Cylindrical-coordinate representation of color #CC05BE: hue angle of 304.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05BE is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB2045190-
CMYK00.980.070.2
HSL304.22º95.22%40.98%-
HSV(B)304.22º97.55%80%-
XYZ34.2516.6650.13-
YUV85.59186.93212.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 5 (2.34% from 255) = 1.25%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=51.13%
G=1.25%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204519000.980.070.2304.2295.2240.98
HexCC5BE0627141305f29
Octal3145276014272446013751
Binary110011001011011111001100010111101001001100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC05BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC05BE; }

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

 H1.HeaderClassName
 {
   color: #CC05BE;
 }
 .AnyTagClassName
 {
   color: #CC05BE;
 }
</style>
background-color css

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

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

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

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

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

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