#CA418F

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

Shades of Mulberry #CA418F

Tints of Mulberry #CA418F

Color information

#CA418F (or 0xCA418F) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 8F. RGB value is (202,65,143). Sum of RGB (Red+Green+Blue) = 202+65+143=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418F is #35BE70. Grayscale: #727272. Windows color (decimal): -3522161 or 9388490. OLE color: 9388490.

HSL color Cylindrical-coordinate representation of color #CA418F: hue angle of 325.84º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA418F is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB20265143-
CMYK00.680.290.21
HSL325.84º56.38%52.35%-
HSV(B)325.84º67.82%79.22%-
XYZ31.2118.3227.88-
YUV114.85143.89190.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=49.27%
G=15.85%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026514300.680.290.21325.8456.3852.35
HexCA418F0441D151463834
Octal312101217010435255067064
Binary11001010100000110001111010001001110110101101000110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA418F; }

 p { color: rgb(202,65,143); }

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

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

 a { background-color: rgb(202,65,143); }

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

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

 span { border-color: rgb(202,65,143); }

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