#CC03B9

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

Shades of Deep Magenta #CC03B9

Tints of Deep Magenta #CC03B9

Color information

#CC03B9 (or 0xCC03B9) is unknown color: approx Deep Magenta. HEX triplet: CC, 03 and B9. RGB value is (204,3,185). Sum of RGB (Red+Green+Blue) = 204+3+185=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03B9 is #33FC46. Grayscale: #535353. Windows color (decimal): -3406919 or 12125132. OLE color: 12125132.

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

Color convert

RGB2043185-
CMYK00.990.090.2
HSL305.67º97.1%40.59%-
HSV(B)305.67º98.53%80%-
XYZ33.6916.4147.29-
YUV83.85185.09213.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 185 (72.66% from 255) = 47.19%
R=52.04%
G=0.77%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204318500.990.090.2305.6797.140.59
HexCC3B90639141326129
Octal31432710143112446214151
Binary110011001110111001011000111001101001001100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC03B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC03B9; }

 p { color: rgb(204,3,185); }

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

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

 a { background-color: rgb(204,3,185); }

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

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

 span { border-color: rgb(204,3,185); }

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