#CA438E

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

Shades of Mulberry #CA438E

Tints of Mulberry #CA438E

Color information

#CA438E (or 0xCA438E) is unknown color: approx Mulberry. HEX triplet: CA, 43 and 8E. RGB value is (202,67,142). Sum of RGB (Red+Green+Blue) = 202+67+142=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA438E is #35BC71. Grayscale: #737373. Windows color (decimal): -3521650 or 9323466. OLE color: 9323466.

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

Color convert

RGB20267142-
CMYK00.670.300.21
HSL326.67º56.02%52.75%-
HSV(B)326.67º66.83%79.22%-
XYZ31.2518.5227.52-
YUV115.92142.73189.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 67 (26.56% from 255) = 16.30%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=49.15%
G=16.30%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026714200.670.300.21326.6756.0252.75
HexCA438E0431E151473835
Octal312103216010336255077065
Binary11001010100001110001110010000111111010101101000111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA438E; }

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

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

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

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

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

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

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

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