#C8419B

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

Shades of Mulberry #C8419B

Tints of Mulberry #C8419B

Color information

#C8419B (or 0xC8419B) is unknown color: approx Mulberry. HEX triplet: C8, 41 and 9B. RGB value is (200,65,155). Sum of RGB (Red+Green+Blue) = 200+65+155=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8419B is #37BE64. Grayscale: #737373. Windows color (decimal): -3653221 or 10174920. OLE color: 10174920.

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

Color convert

RGB20065155-
CMYK00.680.220.22
HSL320º55.1%51.96%-
HSV(B)320º67.5%78.43%-
XYZ31.6318.4332.9-
YUV115.62150.23188.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=47.62%
G=15.48%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006515500.680.220.2232055.151.96
HexC8419B04416161403734
Octal310101233010426265006764
Binary11001000100000110011011010001001011010110101000000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8419B; }

 p { color: rgb(200,65,155); }

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

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

 a { background-color: rgb(200,65,155); }

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

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

 span { border-color: rgb(200,65,155); }

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