#C0457E

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

Shades of Mulberry #C0457E

Tints of Mulberry #C0457E

Color information

#C0457E (or 0xC0457E) is unknown color: approx Mulberry. HEX triplet: C0, 45 and 7E. RGB value is (192,69,126). Sum of RGB (Red+Green+Blue) = 192+69+126=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0457E is #3FBA81. Grayscale: #707070. Windows color (decimal): -4176514 or 8275392. OLE color: 8275392.

HSL color Cylindrical-coordinate representation of color #C0457E: hue angle of 332.2º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0457E is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19269126-
CMYK00.640.340.25
HSL332.2º49.4%51.18%-
HSV(B)332.2º64.06%75.29%-
XYZ27.6316.9721.56-
YUV112.28135.75184.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.61%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=49.61%
G=17.83%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926912600.640.340.25332.249.451.18
HexC0457E040221914c3133
Octal300105176010042315146163
Binary11000000100010111111100100000010001011001101001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0457E; }

 p { color: rgb(192,69,126); }

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

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

 a { background-color: rgb(192,69,126); }

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

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

 span { border-color: rgb(192,69,126); }

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