#C34888

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

Shades of Mulberry #C34888

Tints of Mulberry #C34888

Color information

#C34888 (or 0xC34888) is unknown color: approx Mulberry. HEX triplet: C3, 48 and 88. RGB value is (195,72,136). Sum of RGB (Red+Green+Blue) = 195+72+136=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C34888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34888 is #3CB777. Grayscale: #737373. Windows color (decimal): -3979128 or 8931523. OLE color: 8931523.

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

Color convert

RGB19572136-
CMYK00.630.300.24
HSL328.78º50.62%52.35%-
HSV(B)328.78º63.08%76.47%-
XYZ29.2718.0125.23-
YUV116.07139.25184.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=48.39%
G=17.87%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957213600.630.300.24328.7850.6252.35
HexC3488803F1E181493334
Octal30311021007736305116364
Binary1100001110010001000100001111111111011000101001001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34888; }

 p { color: rgb(195,72,136); }

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

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

 a { background-color: rgb(195,72,136); }

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

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

 span { border-color: rgb(195,72,136); }

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