#CC00C1

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

Shades of Deep Magenta #CC00C1

Tints of Deep Magenta #CC00C1

Color information

#CC00C1 (or 0xCC00C1) is unknown color: approx Deep Magenta. HEX triplet: CC, 00 and C1. RGB value is (204,0,193). Sum of RGB (Red+Green+Blue) = 204+0+193=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00C1 is #33FF3E. Grayscale: #525252. Windows color (decimal): -3407679 or 12648652. OLE color: 12648652.

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

Color convert

RGB2040193-
CMYK010.050.2
HSL303.24º100%40%-
HSV(B)303.24º100%80%-
XYZ34.5316.6951.85-
YUV83190.09214.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=51.39%
G=0%
B=48.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040193010.050.2303.2410040
HexCC0C106451412f6428
Octal3140301014452445714450
Binary1100110001100000101100100101101001001011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC00C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC00C1; }

 p { color: rgb(204,0,193); }

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

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

 a { background-color: rgb(204,0,193); }

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

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

 span { border-color: rgb(204,0,193); }

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