#C626B0

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

Shades of Deep Magenta #C626B0

Tints of Deep Magenta #C626B0

Color information

#C626B0 (or 0xC626B0) is unknown color: approx Deep Magenta. HEX triplet: C6, 26 and B0. RGB value is (198,38,176). Sum of RGB (Red+Green+Blue) = 198+38+176=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C626B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C626B0 is #39D94F. Grayscale: #656565. Windows color (decimal): -3791184 or 11544262. OLE color: 11544262.

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

Color convert

RGB19838176-
CMYK00.810.110.22
HSL308.25º67.8%46.27%-
HSV(B)308.25º80.81%77.65%-
XYZ31.8216.5342.59-
YUV101.57170.01196.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 38 (15.23% from 255) = 9.22%
BLUE value IS 176 (69.14% from 255) = 42.72%
R=48.06%
G=9.22%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983817600.810.110.22308.2567.846.27
HexC626B0051B16134442e
Octal306462600121132646410456
Binary1100011010011010110000010100011011101101001101001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C626B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C626B0; }

 p { color: rgb(198,38,176); }

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

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

 a { background-color: rgb(198,38,176); }

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

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

 span { border-color: rgb(198,38,176); }

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