#C522BE

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

Shades of Deep Magenta #C522BE

Tints of Deep Magenta #C522BE

Color information

#C522BE (or 0xC522BE) is unknown color: approx Deep Magenta. HEX triplet: C5, 22 and BE. RGB value is (197,34,190). Sum of RGB (Red+Green+Blue) = 197+34+190=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C522BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522BE is #3ADD41. Grayscale: #646464. Windows color (decimal): -3857730 or 12460741. OLE color: 12460741.

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

Color convert

RGB19734190-
CMYK00.830.040.23
HSL302.58º70.56%45.29%-
HSV(B)302.58º82.74%77.25%-
XYZ32.8916.7350.21-
YUV100.52178.5196.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 34 (13.67% from 255) = 8.08%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=46.79%
G=8.08%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973419000.830.040.23302.5870.5645.29
HexC522BE05341712f472d
Octal30542276012342745710755
Binary110001011000101011111001010011100101111001011111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C522BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C522BE; }

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

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

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

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

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

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

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

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