#C83F95

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

Shades of Mulberry #C83F95

Tints of Mulberry #C83F95

Color information

#C83F95 (or 0xC83F95) is unknown color: approx Mulberry. HEX triplet: C8, 3F and 95. RGB value is (200,63,149). Sum of RGB (Red+Green+Blue) = 200+63+149=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F95 is #37C06A. Grayscale: #717171. Windows color (decimal): -3653739 or 9781192. OLE color: 9781192.

HSL color Cylindrical-coordinate representation of color #C83F95: hue angle of 322.34º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F95 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB20063149-
CMYK00.680.260.22
HSL322.34º55.47%51.57%-
HSV(B)322.34º68.5%78.43%-
XYZ31.021830.27-
YUV113.77147.89189.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 63 (25% from 255) = 15.29%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=48.54%
G=15.29%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006314900.680.260.22322.3455.4751.57
HexC83F950441A161423734
Octal31077225010432265026764
Binary1100100011111110010101010001001101010110101000010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F95; }

 p { color: rgb(200,63,149); }

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

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

 a { background-color: rgb(200,63,149); }

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

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

 span { border-color: rgb(200,63,149); }

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