#C900C4

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

Shades of Deep Magenta #C900C4

Tints of Deep Magenta #C900C4

Color information

#C900C4 (or 0xC900C4) is unknown color: approx Deep Magenta. HEX triplet: C9, 00 and C4. RGB value is (201,0,196). Sum of RGB (Red+Green+Blue) = 201+0+196=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C900C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900C4 is #36FF3B. Grayscale: #515151. Windows color (decimal): -3604284 or 12845257. OLE color: 12845257.

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

Color convert

RGB2010196-
CMYK010.020.21
HSL301.49º100%39.41%-
HSV(B)301.49º100%78.82%-
XYZ34.0516.453.6-
YUV82.44192.09212.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 196 (76.95% from 255) = 49.37%
R=50.63%
G=0%
B=49.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2010196010.020.21301.4910039.41
HexC90C406421512d6427
Octal3110304014422545514447
Binary110010010110001000110010010101011001011011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C900C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C900C4; }

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

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

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

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

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

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

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

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