#C2458F

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

Shades of Mulberry #C2458F

Tints of Mulberry #C2458F

Color information

#C2458F (or 0xC2458F) is unknown color: approx Mulberry. HEX triplet: C2, 45 and 8F. RGB value is (194,69,143). Sum of RGB (Red+Green+Blue) = 194+69+143=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2458F is #3DBA70. Grayscale: #727272. Windows color (decimal): -4045425 or 9389506. OLE color: 9389506.

HSL color Cylindrical-coordinate representation of color #C2458F: hue angle of 324.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2458F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19469143-
CMYK00.640.260.24
HSL324.48º50.61%51.57%-
HSV(B)324.48º64.43%76.08%-
XYZ29.3317.7127.86-
YUV114.81143.91184.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=47.78%
G=17.00%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946914300.640.260.24324.4850.6151.57
HexC2458F0401A181443334
Octal302105217010032305046364
Binary11000010100010110001111010000001101011000101000100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2458F; }

 p { color: rgb(194,69,143); }

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

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

 a { background-color: rgb(194,69,143); }

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

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

 span { border-color: rgb(194,69,143); }

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