#C925B7

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

Shades of Deep Magenta #C925B7

Tints of Deep Magenta #C925B7

Color information

#C925B7 (or 0xC925B7) is unknown color: approx Deep Magenta. HEX triplet: C9, 25 and B7. RGB value is (201,37,183). Sum of RGB (Red+Green+Blue) = 201+37+183=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C925B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925B7 is #36DA48. Grayscale: #666666. Windows color (decimal): -3594825 or 12002761. OLE color: 12002761.

HSL color Cylindrical-coordinate representation of color #C925B7: hue angle of 306.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925B7 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB20137183-
CMYK00.820.090.21
HSL306.59º68.91%46.67%-
HSV(B)306.59º81.59%78.82%-
XYZ33.317.1646.36-
YUV102.68173.33198.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 37 (14.84% from 255) = 8.79%
BLUE value IS 183 (71.88% from 255) = 43.47%
R=47.74%
G=8.79%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013718300.820.090.21306.5968.9146.67
HexC925B7052915133452f
Octal311452670122112546310557
Binary1100100110010110110111010100101001101011001100111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C925B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C925B7; }

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

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

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

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

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

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

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

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