#C526BE

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

Shades of Deep Magenta #C526BE

Tints of Deep Magenta #C526BE

Color information

#C526BE (or 0xC526BE) is unknown color: approx Deep Magenta. HEX triplet: C5, 26 and BE. RGB value is (197,38,190). Sum of RGB (Red+Green+Blue) = 197+38+190=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C526BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526BE is #3AD941. Grayscale: #666666. Windows color (decimal): -3856706 or 12461765. OLE color: 12461765.

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

Color convert

RGB19738190-
CMYK00.810.040.23
HSL302.64º67.66%46.08%-
HSV(B)302.64º80.71%77.25%-
XYZ33.0116.9750.25-
YUV102.87177.18195.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 38 (15.23% from 255) = 8.94%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=46.35%
G=8.94%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973819000.810.040.23302.6467.6646.08
HexC526BE05141712f442e
Octal30546276012142745710456
Binary110001011001101011111001010001100101111001011111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C526BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C526BE; }

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

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

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

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

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

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

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

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