#C23BA4

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

Shades of Mulberry #C23BA4

Tints of Mulberry #C23BA4

Color information

#C23BA4 (or 0xC23BA4) is unknown color: approx Mulberry. HEX triplet: C2, 3B and A4. RGB value is (194,59,164). Sum of RGB (Red+Green+Blue) = 194+59+164=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BA4 is #3DC45B. Grayscale: #6F6F6F. Windows color (decimal): -4047964 or 10763202. OLE color: 10763202.

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

Color convert

RGB19459164-
CMYK00.700.150.24
HSL313.33º53.36%49.61%-
HSV(B)313.33º69.59%76.08%-
XYZ30.5117.2836.85-
YUV111.34157.73186.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=46.52%
G=14.15%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945916400.700.150.24313.3353.3649.61
HexC23BA4046F181393532
Octal30273244010617304716562
Binary110000101110111010010001000110111111000100111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23BA4; }

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

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

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

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

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

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

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

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