#C23C9D

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

Shades of Mulberry #C23C9D

Tints of Mulberry #C23C9D

Color information

#C23C9D (or 0xC23C9D) is unknown color: approx Mulberry. HEX triplet: C2, 3C and 9D. RGB value is (194,60,157). Sum of RGB (Red+Green+Blue) = 194+60+157=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C9D is #3DC362. Grayscale: #6E6E6E. Windows color (decimal): -4047715 or 10304706. OLE color: 10304706.

HSL color Cylindrical-coordinate representation of color #C23C9D: hue angle of 316.57º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C9D is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19460157-
CMYK00.690.190.24
HSL316.57º52.76%49.8%-
HSV(B)316.57º69.07%76.08%-
XYZ29.9517.1433.63-
YUV111.12153.89187.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=47.20%
G=14.60%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946015700.690.190.24316.5752.7649.8
HexC23C9D045131813d3532
Octal30274235010523304756562
Binary1100001011110010011101010001011001111000100111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23C9D; }

 p { color: rgb(194,60,157); }

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

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

 a { background-color: rgb(194,60,157); }

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

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

 span { border-color: rgb(194,60,157); }

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