#C625B6

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

Shades of Deep Magenta #C625B6

Tints of Deep Magenta #C625B6

Color information

#C625B6 (or 0xC625B6) is unknown color: approx Deep Magenta. HEX triplet: C6, 25 and B6. RGB value is (198,37,182). Sum of RGB (Red+Green+Blue) = 198+37+182=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C625B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625B6 is #39DA49. Grayscale: #656565. Windows color (decimal): -3791434 or 11937222. OLE color: 11937222.

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

Color convert

RGB19837182-
CMYK00.810.080.22
HSL305.96º68.51%46.08%-
HSV(B)305.96º81.31%77.65%-
XYZ32.3916.7145.77-
YUV101.67173.34196.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 37 (14.84% from 255) = 8.87%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=47.48%
G=8.87%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983718200.810.080.22305.9668.5146.08
HexC625B6051816132452e
Octal306452660121102646210556
Binary1100011010010110110110010100011000101101001100101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C625B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C625B6; }

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

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

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

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

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

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

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

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