#C626C2

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

Shades of Deep Magenta #C626C2

Tints of Deep Magenta #C626C2

Color information

#C626C2 (or 0xC626C2) is unknown color: approx Deep Magenta. HEX triplet: C6, 26 and C2. RGB value is (198,38,194). Sum of RGB (Red+Green+Blue) = 198+38+194=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C626C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626C2 is #39D93D. Grayscale: #676767. Windows color (decimal): -3791166 or 12723910. OLE color: 12723910.

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

Color convert

RGB19838194-
CMYK00.810.020.22
HSL301.5º67.8%46.27%-
HSV(B)301.5º80.81%77.65%-
XYZ33.7217.2952.6-
YUV103.62179.01195.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 38 (15.23% from 255) = 8.84%
BLUE value IS 194 (76.17% from 255) = 45.12%
R=46.05%
G=8.84%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983819400.810.020.22301.567.846.27
HexC626C205121612e442e
Octal30646302012122645610456
Binary11000110100110110000100101000110101101001011101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C626C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C626C2; }

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

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

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

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

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

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

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

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