#C7419A

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

Shades of Mulberry #C7419A

Tints of Mulberry #C7419A

Color information

#C7419A (or 0xC7419A) is unknown color: approx Mulberry. HEX triplet: C7, 41 and 9A. RGB value is (199,65,154). Sum of RGB (Red+Green+Blue) = 199+65+154=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7419A is #38BE65. Grayscale: #727272. Windows color (decimal): -3718758 or 10109383. OLE color: 10109383.

HSL color Cylindrical-coordinate representation of color #C7419A: hue angle of 320.15º 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 #C7419A is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19965154-
CMYK00.670.230.22
HSL320.15º54.47%51.76%-
HSV(B)320.15º67.34%78.04%-
XYZ31.2818.2632.45-
YUV115.21149.89187.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.61%
GREEN value IS 65 (25.78% from 255) = 15.55%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=47.61%
G=15.55%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996515400.670.230.22320.1554.4751.76
HexC7419A04317161403634
Octal307101232010327265006664
Binary11000111100000110011010010000111011110110101000000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7419A; }

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

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

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

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

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

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

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

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