#C213DE

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

Shades of Deep Magenta #C213DE

Tints of Deep Magenta #C213DE

Color information

#C213DE (or 0xC213DE) is unknown color: approx Deep Magenta. HEX triplet: C2, 13 and DE. RGB value is (194,19,222). Sum of RGB (Red+Green+Blue) = 194+19+222=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #C213DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213DE is #3DEC21. Grayscale: #5D5D5D. Windows color (decimal): -4058146 or 14554050. OLE color: 14554050.

HSL color Cylindrical-coordinate representation of color #C213DE: hue angle of 291.72º 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 #C213DE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19419222-
CMYK0.130.9100.13
HSL291.72º84.23%47.25%-
HSV(B)291.72º91.44%87.06%-
XYZ35.6717.2170.55-
YUV94.47199.98198.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 19 (7.81% from 255) = 4.37%
BLUE value IS 222 (87.11% from 255) = 51.03%
R=44.60%
G=4.37%
B=51.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194192220.130.9100.13291.7284.2347.25
HexC213DED5B0D124542f
Octal302233361513301544412457
Binary11000010100111101111011011011011011011001001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C213DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C213DE; }

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

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

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

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

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

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

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

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