#C910E6

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

Shades of Deep Magenta #C910E6

Tints of Deep Magenta #C910E6

Color information

#C910E6 (or 0xC910E6) is unknown color: approx Deep Magenta. HEX triplet: C9, 10 and E6. RGB value is (201,16,230). Sum of RGB (Red+Green+Blue) = 201+16+230=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #C910E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910E6 is #36EF19. Grayscale: #5F5F5F. Windows color (decimal): -3600154 or 15077577. OLE color: 15077577.

HSL color Cylindrical-coordinate representation of color #C910E6: hue angle of 291.87º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910E6 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20116230-
CMYK0.130.9300.10
HSL291.87º86.99%48.24%-
HSV(B)291.87º93.04%90.2%-
XYZ38.5618.576.4-
YUV95.71203.79203.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 16 (6.64% from 255) = 3.58%
BLUE value IS 230 (90.23% from 255) = 51.45%
R=44.97%
G=3.58%
B=51.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal201162300.130.9300.10291.8786.9948.24
HexC910E6D5D0A1245730
Octal311203461513501244412760
Binary11001001100001110011011011011101010101001001001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C910E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C910E6; }

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

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

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

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

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

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

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

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