#CC02A7

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

Shades of Deep Magenta #CC02A7

Tints of Deep Magenta #CC02A7

Color information

#CC02A7 (or 0xCC02A7) is unknown color: approx Deep Magenta. HEX triplet: CC, 02 and A7. RGB value is (204,2,167). Sum of RGB (Red+Green+Blue) = 204+2+167=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC02A7 is #33FD58. Grayscale: #505050. Windows color (decimal): -3407193 or 10945228. OLE color: 10945228.

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

Color convert

RGB2042167-
CMYK00.990.180.2
HSL310.99º98.06%40.39%-
HSV(B)310.99º99.02%80%-
XYZ31.915.6737.9-
YUV81.21176.42215.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 167 (65.62% from 255) = 44.77%
R=54.69%
G=0.54%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204216700.990.180.2310.9998.0640.39
HexCC2A706312141376228
Octal31422470143222446714250
Binary1100110010101001110110001110010101001001101111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC02A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC02A7; }

 p { color: rgb(204,2,167); }

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

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

 a { background-color: rgb(204,2,167); }

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

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

 span { border-color: rgb(204,2,167); }

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