#c8409a

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

Shades of Mulberry #C8409A

Tints of Mulberry #C8409A

Color information

#C8409A (or 0xC8409A) is unknown color: approx Mulberry. HEX triplet: C8, 40 and 9A. RGB value is (200,64,154). Sum of RGB (Red+Green+Blue) = 200+64+154=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8409A is #37BF65. Grayscale: #727272. Windows color (decimal): -3653478 or 10109128. OLE color: 10109128.

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

Color convert

RGB20064154-
CMYK00.680.230.22
HSL320.29º55.28%51.76%-
HSV(B)320.29º68%78.43%-
XYZ31.4918.2832.44-
YUV114.92150.06188.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=47.85%
G=15.31%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006415400.680.230.22320.2955.2851.76
HexC8409A04417161403734
Octal310100232010427265006764
Binary11001000100000010011010010001001011110110101000000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8409a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8409a; }

 p { color: rgb(200,64,154); }

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

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

 a { background-color: rgb(200,64,154); }

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

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

 span { border-color: rgb(200,64,154); }

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