#c913e3

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

Shades of Deep Magenta #C913E3

Tints of Deep Magenta #C913E3

Color information

#C913E3 (or 0xC913E3) is unknown color: approx Deep Magenta. HEX triplet: C9, 13 and E3. RGB value is (201,19,227). Sum of RGB (Red+Green+Blue) = 201+19+227=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #C913E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913E3 is #36EC1C. Grayscale: #606060. Windows color (decimal): -3599389 or 14881737. OLE color: 14881737.

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

Color convert

RGB20119227-
CMYK0.110.9200.11
HSL292.5º84.55%48.24%-
HSV(B)292.5º91.63%89.02%-
XYZ38.1918.4374.22-
YUV97.13201.3202.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 19 (7.81% from 255) = 4.25%
BLUE value IS 227 (89.06% from 255) = 50.78%
R=44.97%
G=4.25%
B=50.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201192270.110.9200.11292.584.5548.24
HexC913E3B5C0B1245530
Octal311233431313401344412560
Binary11001001100111110001110111011100010111001001001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c913e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c913e3; }

 p { color: rgb(201,19,227); }

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

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

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

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

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

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

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