#C34C83

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

Shades of Mulberry #C34C83

Tints of Mulberry #C34C83

Color information

#C34C83 (or 0xC34C83) is unknown color: approx Mulberry. HEX triplet: C3, 4C and 83. RGB value is (195,76,131). Sum of RGB (Red+Green+Blue) = 195+76+131=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C83 is #3CB37C. Grayscale: #757575. Windows color (decimal): -3978109 or 8604867. OLE color: 8604867.

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

Color convert

RGB19576131-
CMYK00.610.330.24
HSL332.27º49.79%53.14%-
HSV(B)332.27º61.03%76.47%-
XYZ29.1918.4123.49-
YUV117.85135.42183.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=48.51%
G=18.91%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957613100.610.330.24332.2749.7953.14
HexC34C8303D211814c3235
Octal30311420307541305146265
Binary11000011100110010000011011110110000111000101001100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C83; }

 p { color: rgb(195,76,131); }

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

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

 a { background-color: rgb(195,76,131); }

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

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

 span { border-color: rgb(195,76,131); }

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