#C7417E

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

Shades of Mulberry #C7417E

Tints of Mulberry #C7417E

Color information

#C7417E (or 0xC7417E) is unknown color: approx Mulberry. HEX triplet: C7, 41 and 7E. RGB value is (199,65,126). Sum of RGB (Red+Green+Blue) = 199+65+126=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7417E is #38BE81. Grayscale: #6F6F6F. Windows color (decimal): -3718786 or 8274375. OLE color: 8274375.

HSL color Cylindrical-coordinate representation of color #C7417E: hue angle of 332.69º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7417E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB19965126-
CMYK00.670.370.22
HSL332.69º54.47%51.76%-
HSV(B)332.69º67.34%78.04%-
XYZ29.2117.4321.56-
YUV112.02135.89190.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=51.03%
G=16.67%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996512600.670.370.22332.6954.4751.76
HexC7417E043251614d3634
Octal307101176010345265156664
Binary11000111100000111111100100001110010110110101001101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7417E; }

 p { color: rgb(199,65,126); }

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

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

 a { background-color: rgb(199,65,126); }

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

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

 span { border-color: rgb(199,65,126); }

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