#CC10B3

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

Shades of Deep Magenta #CC10B3

Tints of Deep Magenta #CC10B3

Color information

#CC10B3 (or 0xCC10B3) is unknown color: approx Deep Magenta. HEX triplet: CC, 10 and B3. RGB value is (204,16,179). Sum of RGB (Red+Green+Blue) = 204+16+179=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10B3 is #33EF4C. Grayscale: #5A5A5A. Windows color (decimal): -3403597 or 11735244. OLE color: 11735244.

HSL color Cylindrical-coordinate representation of color #CC10B3: hue angle of 307.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC10B3 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB20416179-
CMYK00.920.120.2
HSL307.98º85.45%43.14%-
HSV(B)307.98º92.16%80%-
XYZ33.2216.4644.07-
YUV90.79177.78208.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 16 (6.64% from 255) = 4.01%
BLUE value IS 179 (70.31% from 255) = 44.86%
R=51.13%
G=4.01%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041617900.920.120.2307.9885.4543.14
HexCC10B305CC14134552b
Octal314202630134142446412553
Binary110011001000010110011010111001100101001001101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC10B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC10B3; }

 p { color: rgb(204,16,179); }

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

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

 a { background-color: rgb(204,16,179); }

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

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

 span { border-color: rgb(204,16,179); }

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