#CA419F

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

Shades of Mulberry #CA419F

Tints of Mulberry #CA419F

Color information

#CA419F (or 0xCA419F) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 9F. RGB value is (202,65,159). Sum of RGB (Red+Green+Blue) = 202+65+159=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA419F is #35BE60. Grayscale: #747474. Windows color (decimal): -3522145 or 10437066. OLE color: 10437066.

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

Color convert

RGB20265159-
CMYK00.680.210.21
HSL318.83º56.38%52.35%-
HSV(B)318.83º67.82%79.22%-
XYZ32.5118.8434.72-
YUV116.68151.89188.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=47.42%
G=15.26%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026515900.680.210.21318.8356.3852.35
HexCA419F044151513f3834
Octal312101237010425254777064
Binary11001010100000110011111010001001010110101100111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA419F; }

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

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

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

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

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

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

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

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