#C900C6

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

Shades of Deep Magenta #C900C6

Tints of Deep Magenta #C900C6

Color information

#C900C6 (or 0xC900C6) is unknown color: approx Deep Magenta. HEX triplet: C9, 00 and C6. RGB value is (201,0,198). Sum of RGB (Red+Green+Blue) = 201+0+198=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C900C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900C6 is #36FF39. Grayscale: #525252. Windows color (decimal): -3604282 or 12976329. OLE color: 12976329.

HSL color Cylindrical-coordinate representation of color #C900C6: hue angle of 300.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900C6 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB2010198-
CMYK010.010.21
HSL300.9º100%39.41%-
HSV(B)300.9º100%78.82%-
XYZ34.2816.4954.8-
YUV82.67193.09212.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 198 (77.73% from 255) = 49.62%
R=50.38%
G=0%
B=49.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2010198010.010.21300.910039.41
HexC90C606411512d6427
Octal3110306014412545514447
Binary11001001011000110011001001101011001011011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C900C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C900C6; }

 p { color: rgb(201,0,198); }

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

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

 a { background-color: rgb(201,0,198); }

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

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

 span { border-color: rgb(201,0,198); }

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