#C83E85

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

Shades of Mulberry #C83E85

Tints of Mulberry #C83E85

Color information

#C83E85 (or 0xC83E85) is unknown color: approx Mulberry. HEX triplet: C8, 3E and 85. RGB value is (200,62,133). Sum of RGB (Red+Green+Blue) = 200+62+133=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83E85 is #37C17A. Grayscale: #6F6F6F. Windows color (decimal): -3654011 or 8732360. OLE color: 8732360.

HSL color Cylindrical-coordinate representation of color #C83E85: hue angle of 329.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E85 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB20062133-
CMYK00.690.340.22
HSL329.13º55.65%51.37%-
HSV(B)329.13º69%78.43%-
XYZ29.7817.4223.98-
YUV111.36140.22191.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=50.63%
G=15.70%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006213300.690.340.22329.1355.6551.37
HexC83E8504522161493833
Octal31076205010542265117063
Binary11001000111110100001010100010110001010110101001001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83E85; }

 p { color: rgb(200,62,133); }

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

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

 a { background-color: rgb(200,62,133); }

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

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

 span { border-color: rgb(200,62,133); }

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