#C23DA4

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

Shades of Mulberry #C23DA4

Tints of Mulberry #C23DA4

Color information

#C23DA4 (or 0xC23DA4) is unknown color: approx Mulberry. HEX triplet: C2, 3D and A4. RGB value is (194,61,164). Sum of RGB (Red+Green+Blue) = 194+61+164=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DA4 is #3DC25B. Grayscale: #707070. Windows color (decimal): -4047452 or 10763714. OLE color: 10763714.

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

Color convert

RGB19461164-
CMYK00.690.150.24
HSL313.53º52.16%50%-
HSV(B)313.53º68.56%76.08%-
XYZ30.6217.4936.88-
YUV112.51157.06186.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 61 (24.22% from 255) = 14.56%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=46.30%
G=14.56%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946116400.690.150.24313.5352.1650
HexC23DA4045F1813a3432
Octal30275244010517304726462
Binary110000101111011010010001000101111111000100111010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23DA4; }

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

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

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

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

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

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

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

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