#CA3A8E

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

Shades of Mulberry #CA3A8E

Tints of Mulberry #CA3A8E

Color information

#CA3A8E (or 0xCA3A8E) is unknown color: approx Mulberry. HEX triplet: CA, 3A and 8E. RGB value is (202,58,142). Sum of RGB (Red+Green+Blue) = 202+58+142=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3A8E is #35C571. Grayscale: #6E6E6E. Windows color (decimal): -3523954 or 9321162. OLE color: 9321162.

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

Color convert

RGB20258142-
CMYK00.710.300.21
HSL325º57.6%50.98%-
HSV(B)325º71.29%79.22%-
XYZ30.7517.5427.36-
YUV110.63145.71193.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 58 (23.05% from 255) = 14.43%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=50.25%
G=14.43%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025814200.710.300.2132557.650.98
HexCA3A8E0471E151453a33
Octal31272216010736255057263
Binary1100101011101010001110010001111111010101101000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A8E; }

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

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

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

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

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

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

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

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