#C512DE

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

Shades of Deep Magenta #C512DE

Tints of Deep Magenta #C512DE

Color information

#C512DE (or 0xC512DE) is unknown color: approx Deep Magenta. HEX triplet: C5, 12 and DE. RGB value is (197,18,222). Sum of RGB (Red+Green+Blue) = 197+18+222=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #C512DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512DE is #3AED21. Grayscale: #5E5E5E. Windows color (decimal): -3861794 or 14553797. OLE color: 14553797.

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

Color convert

RGB19718222-
CMYK0.110.9200.13
HSL292.65º85%47.06%-
HSV(B)292.65º91.89%87.06%-
XYZ36.4317.5870.58-
YUV94.78199.8200.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 18 (7.42% from 255) = 4.12%
BLUE value IS 222 (87.11% from 255) = 50.80%
R=45.08%
G=4.12%
B=50.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197182220.110.9200.13292.658547.06
HexC512DEB5C0D125552f
Octal305223361313401544512557
Binary11000101100101101111010111011100011011001001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C512DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C512DE; }

 p { color: rgb(197,18,222); }

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

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

 a { background-color: rgb(197,18,222); }

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

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

 span { border-color: rgb(197,18,222); }

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