#C248A1

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

Shades of Mulberry #C248A1

Tints of Mulberry #C248A1

Color information

#C248A1 (or 0xC248A1) is unknown color: approx Mulberry. HEX triplet: C2, 48 and A1. RGB value is (194,72,161). Sum of RGB (Red+Green+Blue) = 194+72+161=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A1 is #3DB75E. Grayscale: #767676. Windows color (decimal): -4044639 or 10569922. OLE color: 10569922.

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

Color convert

RGB19472161-
CMYK00.630.170.24
HSL316.23º50%52.16%-
HSV(B)316.23º62.89%76.08%-
XYZ3118.6835.69-
YUV118.62151.92181.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 72 (28.52% from 255) = 16.86%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=45.43%
G=16.86%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947216100.630.170.24316.235052.16
HexC248A103F111813c3234
Octal30211024107721304746264
Binary1100001010010001010000101111111000111000100111100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248A1; }

 p { color: rgb(194,72,161); }

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

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

 a { background-color: rgb(194,72,161); }

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

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

 span { border-color: rgb(194,72,161); }

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