#CC10C5

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

Shades of Deep Magenta #CC10C5

Tints of Deep Magenta #CC10C5

Color information

#CC10C5 (or 0xCC10C5) is unknown color: approx Deep Magenta. HEX triplet: CC, 10 and C5. RGB value is (204,16,197). Sum of RGB (Red+Green+Blue) = 204+16+197=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10C5 is #33EF3A. Grayscale: #5C5C5C. Windows color (decimal): -3403579 or 12914892. OLE color: 12914892.

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

Color convert

RGB20416197-
CMYK00.920.030.2
HSL302.23º85.45%43.14%-
HSV(B)302.23º92.16%80%-
XYZ35.1717.2454.3-
YUV92.85186.78207.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 16 (6.64% from 255) = 3.84%
BLUE value IS 197 (77.34% from 255) = 47.24%
R=48.92%
G=3.84%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041619700.920.030.2302.2385.4543.14
HexCC10C505C31412e552b
Octal31420305013432445612553
Binary1100110010000110001010101110011101001001011101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC10C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC10C5; }

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

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

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

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

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

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

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

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