#C33E8D

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

Shades of Mulberry #C33E8D

Tints of Mulberry #C33E8D

Color information

#C33E8D (or 0xC33E8D) is unknown color: approx Mulberry. HEX triplet: C3, 3E and 8D. RGB value is (195,62,141). Sum of RGB (Red+Green+Blue) = 195+62+141=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33E8D is #3CC172. Grayscale: #6E6E6E. Windows color (decimal): -3981683 or 9256643. OLE color: 9256643.

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

Color convert

RGB19562141-
CMYK00.680.280.24
HSL324.36º52.57%50.39%-
HSV(B)324.36º68.21%76.47%-
XYZ29.0416.9726.94-
YUV110.77145.06188.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 62 (24.61% from 255) = 15.58%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=48.99%
G=15.58%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956214100.680.280.24324.3652.5750.39
HexC33E8D0441C181443532
Octal30376215010434305046562
Binary1100001111111010001101010001001110011000101000100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33E8D; }

 p { color: rgb(195,62,141); }

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

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

 a { background-color: rgb(195,62,141); }

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

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

 span { border-color: rgb(195,62,141); }

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