#C615B1

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

Shades of Deep Magenta #C615B1

Tints of Deep Magenta #C615B1

Color information

#C615B1 (or 0xC615B1) is unknown color: approx Deep Magenta. HEX triplet: C6, 15 and B1. RGB value is (198,21,177). Sum of RGB (Red+Green+Blue) = 198+21+177=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C615B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C615B1 is #39EA4E. Grayscale: #5B5B5B. Windows color (decimal): -3795535 or 11605446. OLE color: 11605446.

HSL color Cylindrical-coordinate representation of color #C615B1: hue angle of 307.12º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C615B1 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19821177-
CMYK00.890.110.22
HSL307.12º80.82%42.94%-
HSV(B)307.12º89.39%77.65%-
XYZ31.4915.7242.97-
YUV91.71176.14203.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 5.30%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=50%
G=5.30%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982117700.890.110.22307.1280.8242.94
HexC615B1059B16133512b
Octal306252610131132646312153
Binary110001101010110110001010110011011101101001100111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C615B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C615B1; }

 p { color: rgb(198,21,177); }

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

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

 a { background-color: rgb(198,21,177); }

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

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

 span { border-color: rgb(198,21,177); }

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