#C250A1

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

Shades of Mulberry #C250A1

Tints of Mulberry #C250A1

Color information

#C250A1 (or 0xC250A1) is unknown color: approx Mulberry. HEX triplet: C2, 50 and A1. RGB value is (194,80,161). Sum of RGB (Red+Green+Blue) = 194+80+161=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C250A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C250A1 is #3DAF5E. Grayscale: #7B7B7B. Windows color (decimal): -4042591 or 10571970. OLE color: 10571970.

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

Color convert

RGB19480161-
CMYK00.590.170.24
HSL317.37º48.31%53.73%-
HSV(B)317.37º58.76%76.08%-
XYZ31.5519.7835.87-
YUV123.32149.27178.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=44.60%
G=18.39%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948016100.590.170.24317.3748.3153.73
HexC250A103B111813d3036
Octal30212024107321304756066
Binary1100001010100001010000101110111000111000100111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C250A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C250A1; }

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

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

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

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

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

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

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

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