#C712C8

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

Shades of Deep Magenta #C712C8

Tints of Deep Magenta #C712C8

Color information

#C712C8 (or 0xC712C8) is unknown color: approx Deep Magenta. HEX triplet: C7, 12 and C8. RGB value is (199,18,200). Sum of RGB (Red+Green+Blue) = 199+18+200=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #C712C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712C8 is #38ED37. Grayscale: #5C5C5C. Windows color (decimal): -3730744 or 13112007. OLE color: 13112007.

HSL color Cylindrical-coordinate representation of color #C712C8: hue angle of 299.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C712C8 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19918200-
CMYK0.000.9100.22
HSL299.67º83.49%42.75%-
HSV(B)299.67º91%78.43%-
XYZ34.1916.7456.07-
YUV92.87188.47203.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 18 (7.42% from 255) = 4.32%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=47.72%
G=4.32%
B=47.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199182000.000.9100.22299.6783.4942.75
HexC712C805B01612c532b
Octal30722310013302645412353
Binary110001111001011001000010110110101101001011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C712C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C712C8; }

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

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

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

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

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

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

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

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