#C605E3

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

Shades of Deep Magenta #C605E3

Tints of Deep Magenta #C605E3

Color information

#C605E3 (or 0xC605E3) is unknown color: approx Deep Magenta. HEX triplet: C6, 05 and E3. RGB value is (198,5,227). Sum of RGB (Red+Green+Blue) = 198+5+227=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #C605E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605E3 is #39FA1C. Grayscale: #575757. Windows color (decimal): -3799581 or 14878150. OLE color: 14878150.

HSL color Cylindrical-coordinate representation of color #C605E3: hue angle of 292.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605E3 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1985227-
CMYK0.130.9800.11
HSL292.16º95.69%45.49%-
HSV(B)292.16º97.8%89.02%-
XYZ37.2117.6674.12-
YUV88.02206.44206.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 5 (2.34% from 255) = 1.16%
BLUE value IS 227 (89.06% from 255) = 52.79%
R=46.05%
G=1.16%
B=52.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19852270.130.9800.11292.1695.6945.49
HexC65E3D620B124602d
Octal30653431514201344414055
Binary110001101011110001111011100010010111001001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C605E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C605E3; }

 p { color: rgb(198,5,227); }

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

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

 a { background-color: rgb(198,5,227); }

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

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

 span { border-color: rgb(198,5,227); }

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