#C2448F

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

Shades of Mulberry #C2448F

Tints of Mulberry #C2448F

Color information

#C2448F (or 0xC2448F) is unknown color: approx Mulberry. HEX triplet: C2, 44 and 8F. RGB value is (194,68,143). Sum of RGB (Red+Green+Blue) = 194+68+143=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2448F is #3DBB70. Grayscale: #727272. Windows color (decimal): -4045681 or 9389250. OLE color: 9389250.

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

Color convert

RGB19468143-
CMYK00.650.260.24
HSL324.29º50.81%51.37%-
HSV(B)324.29º64.95%76.08%-
XYZ29.2717.5927.84-
YUV114.22144.24184.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 68 (26.95% from 255) = 16.79%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=47.90%
G=16.79%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946814300.650.260.24324.2950.8151.37
HexC2448F0411A181443333
Octal302104217010132305046363
Binary11000010100010010001111010000011101011000101000100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2448F; }

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

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

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

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

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

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

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

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