#C620BD

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

Shades of Deep Magenta #C620BD

Tints of Deep Magenta #C620BD

Color information

#C620BD (or 0xC620BD) is unknown color: approx Deep Magenta. HEX triplet: C6, 20 and BD. RGB value is (198,32,189). Sum of RGB (Red+Green+Blue) = 198+32+189=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C620BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620BD is #39DF42. Grayscale: #636363. Windows color (decimal): -3792707 or 12394694. OLE color: 12394694.

HSL color Cylindrical-coordinate representation of color #C620BD: hue angle of 303.25º 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 #C620BD is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19832189-
CMYK00.840.050.22
HSL303.25º72.17%45.1%-
HSV(B)303.25º83.84%77.65%-
XYZ32.9916.7149.63-
YUV99.53178.5198.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 32 (12.89% from 255) = 7.64%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=47.26%
G=7.64%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983218900.840.050.22303.2572.1745.1
HexC620BD05451612f482d
Octal30640275012452645711055
Binary110001101000001011110101010100101101101001011111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C620BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C620BD; }

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

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

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

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

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

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

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

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