#C60EB5

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

Shades of Deep Magenta #C60EB5

Tints of Deep Magenta #C60EB5

Color information

#C60EB5 (or 0xC60EB5) is unknown color: approx Deep Magenta. HEX triplet: C6, 0E and B5. RGB value is (198,14,181). Sum of RGB (Red+Green+Blue) = 198+14+181=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EB5 is #39F14A. Grayscale: #575757. Windows color (decimal): -3797323 or 11865798. OLE color: 11865798.

HSL color Cylindrical-coordinate representation of color #C60EB5: hue angle of 305.54º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60EB5 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB19814181-
CMYK00.930.090.22
HSL305.54º86.79%41.57%-
HSV(B)305.54º92.93%77.65%-
XYZ31.7915.6645.06-
YUV88.05180.46206.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 14 (5.86% from 255) = 3.56%
BLUE value IS 181 (71.09% from 255) = 46.06%
R=50.38%
G=3.56%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981418100.930.090.22305.5486.7941.57
HexC6EB505D916132572a
Octal306162650135112646212752
Binary11000110111010110101010111011001101101001100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60EB5; }

 p { color: rgb(198,14,181); }

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

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

 a { background-color: rgb(198,14,181); }

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

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

 span { border-color: rgb(198,14,181); }

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