#C626D1

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

Shades of Deep Magenta #C626D1

Tints of Deep Magenta #C626D1

Color information

#C626D1 (or 0xC626D1) is unknown color: approx Deep Magenta. HEX triplet: C6, 26 and D1. RGB value is (198,38,209). Sum of RGB (Red+Green+Blue) = 198+38+209=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #C626D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626D1 is #39D92E. Grayscale: #686868. Windows color (decimal): -3791151 or 13706950. OLE color: 13706950.

HSL color Cylindrical-coordinate representation of color #C626D1: hue angle of 296.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C626D1 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19838209-
CMYK0.050.8200.18
HSL296.14º69.23%48.43%-
HSV(B)296.14º81.82%81.96%-
XYZ35.491861.92-
YUV105.33186.51194.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 38 (15.23% from 255) = 8.54%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=44.49%
G=8.54%
B=46.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198382090.050.8200.18296.1469.2348.43
HexC626D15520121284530
Octal30646321512202245010560
Binary110001101001101101000110110100100100101001010001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C626D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C626D1; }

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

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

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

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

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

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

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

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