#C23DA6

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

Shades of Mulberry #C23DA6

Tints of Mulberry #C23DA6

Color information

#C23DA6 (or 0xC23DA6) is unknown color: approx Mulberry. HEX triplet: C2, 3D and A6. RGB value is (194,61,166). Sum of RGB (Red+Green+Blue) = 194+61+166=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DA6 is #3DC259. Grayscale: #707070. Windows color (decimal): -4047450 or 10894786. OLE color: 10894786.

HSL color Cylindrical-coordinate representation of color #C23DA6: hue angle of 312.63º degrees, saturation: 0.52, 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 #C23DA6 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19461166-
CMYK00.690.140.24
HSL312.63º52.16%50%-
HSV(B)312.63º68.56%76.08%-
XYZ30.817.5637.84-
YUV112.74158.06185.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 166 (65.23% from 255) = 39.43%
R=46.08%
G=14.49%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946116600.690.140.24312.6352.1650
HexC23DA6045E181393432
Octal30275246010516304716462
Binary110000101111011010011001000101111011000100111001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23DA6; }

 p { color: rgb(194,61,166); }

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

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

 a { background-color: rgb(194,61,166); }

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

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

 span { border-color: rgb(194,61,166); }

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