#C505BE

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

Shades of Deep Magenta #C505BE

Tints of Deep Magenta #C505BE

Color information

#C505BE (or 0xC505BE) is unknown color: approx Deep Magenta. HEX triplet: C5, 05 and BE. RGB value is (197,5,190). Sum of RGB (Red+Green+Blue) = 197+5+190=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C505BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505BE is #3AFA41. Grayscale: #525252. Windows color (decimal): -3865154 or 12453317. OLE color: 12453317.

HSL color Cylindrical-coordinate representation of color #C505BE: hue angle of 302.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C505BE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB1975190-
CMYK00.970.040.23
HSL302.19º95.05%39.61%-
HSV(B)302.19º97.46%77.25%-
XYZ32.3715.750.04-
YUV83.5188.11208.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 5 (2.34% from 255) = 1.28%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=50.26%
G=1.28%
B=48.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197519000.970.040.23302.1995.0539.61
HexC55BE06141712e5f28
Octal3055276014142745613750
Binary110001011011011111001100001100101111001011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C505BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C505BE; }

 p { color: rgb(197,5,190); }

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

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

 a { background-color: rgb(197,5,190); }

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

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

 span { border-color: rgb(197,5,190); }

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