#C512DD

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

Shades of Deep Magenta #C512DD

Tints of Deep Magenta #C512DD

Color information

#C512DD (or 0xC512DD) is unknown color: approx Deep Magenta. HEX triplet: C5, 12 and DD. RGB value is (197,18,221). Sum of RGB (Red+Green+Blue) = 197+18+221=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C512DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512DD is #3AED22. Grayscale: #5E5E5E. Windows color (decimal): -3861795 or 14488261. OLE color: 14488261.

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

Color convert

RGB19718221-
CMYK0.110.9200.13
HSL292.91º84.94%46.86%-
HSV(B)292.91º91.86%86.67%-
XYZ36.2917.5269.88-
YUV94.66199.3200.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 18 (7.42% from 255) = 4.13%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=45.18%
G=4.13%
B=50.69%

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
Decimal197182210.110.9200.13292.9184.9446.86
HexC512DDB5C0D125552f
Octal305223351313401544512557
Binary11000101100101101110110111011100011011001001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C512DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C512DD; }

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

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

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

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

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

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

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

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