#C712DD

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

Shades of Deep Magenta #C712DD

Tints of Deep Magenta #C712DD

Color information

#C712DD (or 0xC712DD) is unknown color: approx Deep Magenta. HEX triplet: C7, 12 and DD. RGB value is (199,18,221). Sum of RGB (Red+Green+Blue) = 199+18+221=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C712DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712DD is #38ED22. Grayscale: #5E5E5E. Windows color (decimal): -3730723 or 14488263. OLE color: 14488263.

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

Color convert

RGB19918221-
CMYK0.100.9200.13
HSL293.5º84.94%46.86%-
HSV(B)293.5º91.86%86.67%-
XYZ36.8217.869.9-
YUV95.26198.97201.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 18 (7.42% from 255) = 4.11%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=45.43%
G=4.11%
B=50.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal199182210.100.9200.13293.584.9446.86
HexC712DDA5C0D125552f
Octal307223351213401544512557
Binary11000111100101101110110101011100011011001001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C712DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C712DD; }

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

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

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

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

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

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

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

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