#C620BE

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

Shades of Deep Magenta #C620BE

Tints of Deep Magenta #C620BE

Color information

#C620BE (or 0xC620BE) is unknown color: approx Deep Magenta. HEX triplet: C6, 20 and BE. RGB value is (198,32,190). Sum of RGB (Red+Green+Blue) = 198+32+190=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C620BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620BE is #39DF41. Grayscale: #636363. Windows color (decimal): -3792706 or 12460230. OLE color: 12460230.

HSL color Cylindrical-coordinate representation of color #C620BE: hue angle of 302.89º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C620BE is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19832190-
CMYK00.840.040.22
HSL302.89º72.17%45.1%-
HSV(B)302.89º83.84%77.65%-
XYZ33.116.7650.2-
YUV99.65179198.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 32 (12.89% from 255) = 7.62%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=47.14%
G=7.62%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983219000.840.040.22302.8972.1745.1
HexC620BE05441612f482d
Octal30640276012442645711055
Binary110001101000001011111001010100100101101001011111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C620BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C620BE; }

 p { color: rgb(198,32,190); }

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

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

 a { background-color: rgb(198,32,190); }

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

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

 span { border-color: rgb(198,32,190); }

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