#C626D7

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

Shades of Deep Magenta #C626D7

Tints of Deep Magenta #C626D7

Color information

#C626D7 (or 0xC626D7) is unknown color: approx Deep Magenta. HEX triplet: C6, 26 and D7. RGB value is (198,38,215). Sum of RGB (Red+Green+Blue) = 198+38+215=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #C626D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626D7 is #39D928. Grayscale: #696969. Windows color (decimal): -3791145 or 14100166. OLE color: 14100166.

HSL color Cylindrical-coordinate representation of color #C626D7: hue angle of 294.24º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C626D7 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19838215-
CMYK0.080.8200.16
HSL294.24º69.96%49.61%-
HSV(B)294.24º82.33%84.31%-
XYZ36.2518.365.91-
YUV106.02189.51193.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 38 (15.23% from 255) = 8.43%
BLUE value IS 215 (84.38% from 255) = 47.67%
R=43.90%
G=8.43%
B=47.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198382150.080.8200.16294.2469.9649.61
HexC626D78520101264632
Octal306463271012202044610662
Binary1100011010011011010111100010100100100001001001101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C626D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C626D7; }

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

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

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

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

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

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

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

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