#C625D8

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

Shades of Deep Magenta #C625D8

Tints of Deep Magenta #C625D8

Color information

#C625D8 (or 0xC625D8) is unknown color: approx Deep Magenta. HEX triplet: C6, 25 and D8. RGB value is (198,37,216). Sum of RGB (Red+Green+Blue) = 198+37+216=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #C625D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625D8 is #39DA27. Grayscale: #686868. Windows color (decimal): -3791400 or 14165446. OLE color: 14165446.

HSL color Cylindrical-coordinate representation of color #C625D8: hue angle of 293.97º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C625D8 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19837216-
CMYK0.080.8300.15
HSL293.97º70.75%49.61%-
HSV(B)293.97º82.87%84.71%-
XYZ36.3418.2966.58-
YUV105.54190.34193.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 37 (14.84% from 255) = 8.20%
BLUE value IS 216 (84.77% from 255) = 47.89%
R=43.90%
G=8.20%
B=47.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198372160.080.8300.15293.9770.7549.61
HexC625D88530F1264732
Octal306453301012301744610762
Binary110001101001011101100010001010011011111001001101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C625D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C625D8; }

 p { color: rgb(198,37,216); }

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

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

 a { background-color: rgb(198,37,216); }

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

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

 span { border-color: rgb(198,37,216); }

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