#C900C8

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

Shades of Deep Magenta #C900C8

Tints of Deep Magenta #C900C8

Color information

#C900C8 (or 0xC900C8) is unknown color: approx Deep Magenta. HEX triplet: C9, 00 and C8. RGB value is (201,0,200). Sum of RGB (Red+Green+Blue) = 201+0+200=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C900C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900C8 is #36FF37. Grayscale: #525252. Windows color (decimal): -3604280 or 13107401. OLE color: 13107401.

HSL color Cylindrical-coordinate representation of color #C900C8: hue angle of 300.3º 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 #C900C8 is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB2010200-
CMYK010.000.21
HSL300.3º100%39.41%-
HSV(B)300.3º100%78.82%-
XYZ34.5116.5956.03-
YUV82.9194.09212.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=50.12%
G=0%
B=49.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2010200010.000.21300.310039.41
HexC90C806401512c6427
Octal3110310014402545414447
Binary11001001011001000011001000101011001011001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C900C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C900C8; }

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

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

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

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

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

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

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

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