#CC05B7

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

Shades of Deep Magenta #CC05B7

Tints of Deep Magenta #CC05B7

Color information

#CC05B7 (or 0xCC05B7) is unknown color: approx Deep Magenta. HEX triplet: CC, 05 and B7. RGB value is (204,5,183). Sum of RGB (Red+Green+Blue) = 204+5+183=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05B7 is #33FA48. Grayscale: #545454. Windows color (decimal): -3406409 or 11994572. OLE color: 11994572.

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

Color convert

RGB2045183-
CMYK00.980.100.2
HSL306.33º95.22%40.98%-
HSV(B)306.33º97.55%80%-
XYZ33.516.3646.19-
YUV84.79183.43213.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 5 (2.34% from 255) = 1.28%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=52.04%
G=1.28%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204518300.980.100.2306.3395.2240.98
HexCC5B7062A141325f29
Octal31452670142122446213751
Binary1100110010110110111011000101010101001001100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC05B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC05B7; }

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

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

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

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

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

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

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

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