#C710E2

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

Shades of Deep Magenta #C710E2

Tints of Deep Magenta #C710E2

Color information

#C710E2 (or 0xC710E2) is unknown color: approx Deep Magenta. HEX triplet: C7, 10 and E2. RGB value is (199,16,226). Sum of RGB (Red+Green+Blue) = 199+16+226=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #C710E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710E2 is #38EF1D. Grayscale: #5E5E5E. Windows color (decimal): -3731230 or 14815431. OLE color: 14815431.

HSL color Cylindrical-coordinate representation of color #C710E2: hue angle of 292.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710E2 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19916226-
CMYK0.120.9300.11
HSL292.29º86.78%47.45%-
HSV(B)292.29º92.92%88.63%-
XYZ37.471873.45-
YUV94.66202.13202.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 16 (6.64% from 255) = 3.63%
BLUE value IS 226 (88.67% from 255) = 51.25%
R=45.12%
G=3.63%
B=51.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal199162260.120.9300.11292.2986.7847.45
HexC710E2C5D0B124572f
Octal307203421413501344412757
Binary11000111100001110001011001011101010111001001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C710E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C710E2; }

 p { color: rgb(199,16,226); }

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

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

 a { background-color: rgb(199,16,226); }

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

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

 span { border-color: rgb(199,16,226); }

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