#C919C0

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

Shades of Deep Magenta #C919C0

Tints of Deep Magenta #C919C0

Color information

#C919C0 (or 0xC919C0) is unknown color: approx Deep Magenta. HEX triplet: C9, 19 and C0. RGB value is (201,25,192). Sum of RGB (Red+Green+Blue) = 201+25+192=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C919C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919C0 is #36E63F. Grayscale: #606060. Windows color (decimal): -3597888 or 12589513. OLE color: 12589513.

HSL color Cylindrical-coordinate representation of color #C919C0: hue angle of 303.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919C0 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB20125192-
CMYK00.880.040.21
HSL303.07º77.88%44.31%-
HSV(B)303.07º87.56%78.82%-
XYZ33.9516.9251.35-
YUV96.66181.81202.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 25 (10.16% from 255) = 5.98%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=48.09%
G=5.98%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012519200.880.040.21303.0777.8844.31
HexC919C005841512f4e2c
Octal31131300013042545711654
Binary11001001110011100000001011000100101011001011111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C919C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C919C0; }

 p { color: rgb(201,25,192); }

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

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

 a { background-color: rgb(201,25,192); }

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

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

 span { border-color: rgb(201,25,192); }

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