#C313DE

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

Shades of Deep Magenta #C313DE

Tints of Deep Magenta #C313DE

Color information

#C313DE (or 0xC313DE) is unknown color: approx Deep Magenta. HEX triplet: C3, 13 and DE. RGB value is (195,19,222). Sum of RGB (Red+Green+Blue) = 195+19+222=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #C313DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313DE is #3CEC21. Grayscale: #5E5E5E. Windows color (decimal): -3992610 or 14554051. OLE color: 14554051.

HSL color Cylindrical-coordinate representation of color #C313DE: hue angle of 292.02º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C313DE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19519222-
CMYK0.120.9100.13
HSL292.02º84.23%47.25%-
HSV(B)292.02º91.44%87.06%-
XYZ35.9217.3470.56-
YUV94.77199.81199.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 19 (7.81% from 255) = 4.36%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=44.72%
G=4.36%
B=50.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195192220.120.9100.13292.0284.2347.25
HexC313DEC5B0D124542f
Octal303233361413301544412457
Binary11000011100111101111011001011011011011001001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C313DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C313DE; }

 p { color: rgb(195,19,222); }

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

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

 a { background-color: rgb(195,19,222); }

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

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

 span { border-color: rgb(195,19,222); }

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