#C70CE1

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

Shades of Deep Magenta #C70CE1

Tints of Deep Magenta #C70CE1

Color information

#C70CE1 (or 0xC70CE1) is unknown color: approx Deep Magenta. HEX triplet: C7, 0C and E1. RGB value is (199,12,225). Sum of RGB (Red+Green+Blue) = 199+12+225=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #C70CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CE1 is #38F31E. Grayscale: #5B5B5B. Windows color (decimal): -3732255 or 14748871. OLE color: 14748871.

HSL color Cylindrical-coordinate representation of color #C70CE1: hue angle of 292.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CE1 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19912225-
CMYK0.120.9500.12
HSL292.68º89.87%46.47%-
HSV(B)292.68º94.67%88.24%-
XYZ37.2817.8472.71-
YUV92.2202.95204.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 12 (5.08% from 255) = 2.75%
BLUE value IS 225 (88.28% from 255) = 51.61%
R=45.64%
G=2.75%
B=51.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal199122250.120.9500.12292.6889.8746.47
HexC7CE1C5F0C1255a2e
Octal307143411413701444513256
Binary1100011111001110000111001011111011001001001011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70CE1; }

 p { color: rgb(199,12,225); }

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

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

 a { background-color: rgb(199,12,225); }

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

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

 span { border-color: rgb(199,12,225); }

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