#C1427D

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

Shades of Mulberry #C1427D

Tints of Mulberry #C1427D

Color information

#C1427D (or 0xC1427D) is unknown color: approx Mulberry. HEX triplet: C1, 42 and 7D. RGB value is (193,66,125). Sum of RGB (Red+Green+Blue) = 193+66+125=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1427D is #3EBD82. Grayscale: #6E6E6E. Windows color (decimal): -4111747 or 8209089. OLE color: 8209089.

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

Color convert

RGB19366125-
CMYK00.660.350.24
HSL332.13º50.6%50.78%-
HSV(B)332.13º65.8%75.69%-
XYZ27.6416.7121.17-
YUV110.7136.08186.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=50.26%
G=17.19%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936612500.660.350.24332.1350.650.78
HexC1427D042231814c3333
Octal301102175010243305146363
Binary11000001100001011111010100001010001111000101001100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1427D; }

 p { color: rgb(193,66,125); }

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

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

 a { background-color: rgb(193,66,125); }

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

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

 span { border-color: rgb(193,66,125); }

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