#C712CC

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

Shades of Deep Magenta #C712CC

Tints of Deep Magenta #C712CC

Color information

#C712CC (or 0xC712CC) is unknown color: approx Deep Magenta. HEX triplet: C7, 12 and CC. RGB value is (199,18,204). Sum of RGB (Red+Green+Blue) = 199+18+204=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #C712CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712CC is #38ED33. Grayscale: #5C5C5C. Windows color (decimal): -3730740 or 13374151. OLE color: 13374151.

HSL color Cylindrical-coordinate representation of color #C712CC: hue angle of 298.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C712CC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19918204-
CMYK0.020.9100.2
HSL298.39º83.78%43.53%-
HSV(B)298.39º91.18%80%-
XYZ34.6716.9358.57-
YUV93.32190.47203.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 18 (7.42% from 255) = 4.28%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=47.27%
G=4.28%
B=48.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199182040.020.9100.2298.3983.7843.53
HexC712CC25B01412a542c
Octal30722314213302445212454
Binary1100011110010110011001010110110101001001010101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C712CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C712CC; }

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

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

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

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

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

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

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

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