#C25F9F

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

Shades of Mulberry #C25F9F

Tints of Mulberry #C25F9F

Color information

#C25F9F (or 0xC25F9F) is unknown color: approx Mulberry. HEX triplet: C2, 5F and 9F. RGB value is (194,95,159). Sum of RGB (Red+Green+Blue) = 194+95+159=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F9F is #3DA060. Grayscale: #838383. Windows color (decimal): -4038753 or 10444738. OLE color: 10444738.

HSL color Cylindrical-coordinate representation of color #C25F9F: hue angle of 321.21º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F9F is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19495159-
CMYK00.510.180.24
HSL321.21º44.8%56.67%-
HSV(B)321.21º51.03%76.08%-
XYZ32.622.1635.36-
YUV131.9143.3172.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=43.30%
G=21.21%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949515900.510.180.24321.2144.856.67
HexC25F9F03312181412d39
Octal30213723706322305015571
Binary1100001010111111001111101100111001011000101000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F9F; }

 p { color: rgb(194,95,159); }

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

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

 a { background-color: rgb(194,95,159); }

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

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

 span { border-color: rgb(194,95,159); }

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