#CA418E

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

Shades of Mulberry #CA418E

Tints of Mulberry #CA418E

Color information

#CA418E (or 0xCA418E) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 8E. RGB value is (202,65,142). Sum of RGB (Red+Green+Blue) = 202+65+142=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418E is #35BE71. Grayscale: #727272. Windows color (decimal): -3522162 or 9322954. OLE color: 9322954.

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

Color convert

RGB20265142-
CMYK00.680.300.21
HSL326.28º56.38%52.35%-
HSV(B)326.28º67.82%79.22%-
XYZ31.1318.2927.48-
YUV114.74143.39190.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=49.39%
G=15.89%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026514200.680.300.21326.2856.3852.35
HexCA418E0441E151463834
Octal312101216010436255067064
Binary11001010100000110001110010001001111010101101000110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA418E; }

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

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

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

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

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

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

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

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