#CC07B1

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

Shades of Deep Magenta #CC07B1

Tints of Deep Magenta #CC07B1

Color information

#CC07B1 (or 0xCC07B1) is unknown color: approx Deep Magenta. HEX triplet: CC, 07 and B1. RGB value is (204,7,177). Sum of RGB (Red+Green+Blue) = 204+7+177=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC07B1 is #33F84E. Grayscale: #545454. Windows color (decimal): -3405903 or 11601868. OLE color: 11601868.

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

Color convert

RGB2047177-
CMYK00.970.130.2
HSL308.22º93.36%41.37%-
HSV(B)308.22º96.57%80%-
XYZ32.9116.1642.98-
YUV85.28179.77212.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 7 (3.12% from 255) = 1.80%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=52.58%
G=1.80%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204717700.970.130.2308.2293.3641.37
HexCC7B1061D141345d29
Octal31472610141152446413551
Binary1100110011110110001011000011101101001001101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC07B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC07B1; }

 p { color: rgb(204,7,177); }

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

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

 a { background-color: rgb(204,7,177); }

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

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

 span { border-color: rgb(204,7,177); }

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