#C625B7

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

Shades of Deep Magenta #C625B7

Tints of Deep Magenta #C625B7

Color information

#C625B7 (or 0xC625B7) is unknown color: approx Deep Magenta. HEX triplet: C6, 25 and B7. RGB value is (198,37,183). Sum of RGB (Red+Green+Blue) = 198+37+183=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C625B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625B7 is #39DA48. Grayscale: #656565. Windows color (decimal): -3791433 or 12002758. OLE color: 12002758.

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

Color convert

RGB19837183-
CMYK00.810.080.22
HSL305.59º68.51%46.08%-
HSV(B)305.59º81.31%77.65%-
XYZ32.516.7546.32-
YUV101.78173.84196.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 37 (14.84% from 255) = 8.85%
BLUE value IS 183 (71.88% from 255) = 43.78%
R=47.37%
G=8.85%
B=43.78%

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
Decimal1983718300.810.080.22305.5968.5146.08
HexC625B7051816132452e
Octal306452670121102646210556
Binary1100011010010110110111010100011000101101001100101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C625B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C625B7; }

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

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

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

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

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

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

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

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