#C1407E

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

Shades of Mulberry #C1407E

Tints of Mulberry #C1407E

Color information

#C1407E (or 0xC1407E) is unknown color: approx Mulberry. HEX triplet: C1, 40 and 7E. RGB value is (193,64,126). Sum of RGB (Red+Green+Blue) = 193+64+126=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1407E is #3EBF81. Grayscale: #6D6D6D. Windows color (decimal): -4112258 or 8274113. OLE color: 8274113.

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

Color convert

RGB19364126-
CMYK00.670.350.24
HSL331.16º50.99%50.39%-
HSV(B)331.16º66.84%75.69%-
XYZ27.5916.5121.47-
YUV109.64137.24187.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=50.39%
G=16.71%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936412600.670.350.24331.1650.9950.39
HexC1407E043231814b3332
Octal301100176010343305136362
Binary11000001100000011111100100001110001111000101001011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1407E; }

 p { color: rgb(193,64,126); }

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

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

 a { background-color: rgb(193,64,126); }

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

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

 span { border-color: rgb(193,64,126); }

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