#C712C4

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

Shades of Deep Magenta #C712C4

Tints of Deep Magenta #C712C4

Color information

#C712C4 (or 0xC712C4) is unknown color: approx Deep Magenta. HEX triplet: C7, 12 and C4. RGB value is (199,18,196). Sum of RGB (Red+Green+Blue) = 199+18+196=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C712C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712C4 is #38ED3B. Grayscale: #5B5B5B. Windows color (decimal): -3730748 or 12849863. OLE color: 12849863.

HSL color Cylindrical-coordinate representation of color #C712C4: hue angle of 300.99º 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 #C712C4 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB19918196-
CMYK00.910.020.22
HSL300.99º83.41%42.55%-
HSV(B)300.99º90.95%78.04%-
XYZ33.7316.5653.64-
YUV92.41186.47204.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.18%
GREEN value IS 18 (7.42% from 255) = 4.36%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=48.18%
G=4.36%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991819600.910.020.22300.9983.4142.55
HexC712C405B21612d532b
Octal30722304013322645512353
Binary1100011110010110001000101101110101101001011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C712C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C712C4; }

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

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

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

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

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

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

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

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