#C625B8

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

Shades of Deep Magenta #C625B8

Tints of Deep Magenta #C625B8

Color information

#C625B8 (or 0xC625B8) is unknown color: approx Deep Magenta. HEX triplet: C6, 25 and B8. RGB value is (198,37,184). Sum of RGB (Red+Green+Blue) = 198+37+184=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C625B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625B8 is #39DA47. Grayscale: #656565. Windows color (decimal): -3791432 or 12068294. OLE color: 12068294.

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

Color convert

RGB19837184-
CMYK00.810.070.22
HSL305.22º68.51%46.08%-
HSV(B)305.22º81.31%77.65%-
XYZ32.616.7946.87-
YUV101.9174.34196.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 37 (14.84% from 255) = 8.83%
BLUE value IS 184 (72.27% from 255) = 43.91%
R=47.26%
G=8.83%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983718400.810.070.22305.2268.5146.08
HexC625B8051716131452e
Octal30645270012172646110556
Binary110001101001011011100001010001111101101001100011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C625B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C625B8; }

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

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

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

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

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

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

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

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