#C910C9

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

Shades of Deep Magenta #C910C9

Tints of Deep Magenta #C910C9

Color information

#C910C9 (or 0xC910C9) is unknown color: approx Deep Magenta. HEX triplet: C9, 10 and C9. RGB value is (201,16,201). Sum of RGB (Red+Green+Blue) = 201+16+201=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C910C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910C9 is #36EF36. Grayscale: #5B5B5B. Windows color (decimal): -3600183 or 13177033. OLE color: 13177033.

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

Color convert

RGB20116201-
CMYK00.9200.21
HSL300º85.25%42.55%-
HSV(B)300º92.04%78.82%-
XYZ34.8217.0156.71-
YUV92.4189.29205.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 16 (6.64% from 255) = 3.83%
BLUE value IS 201 (78.91% from 255) = 48.09%
R=48.09%
G=3.83%
B=48.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011620100.9200.2130085.2542.55
HexC910C905C01512c552b
Octal31120311013402545412553
Binary110010011000011001001010111000101011001011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C910C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C910C9; }

 p { color: rgb(201,16,201); }

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

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

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

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

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

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

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