#CA4B9E

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

Shades of Mulberry #CA4B9E

Tints of Mulberry #CA4B9E

Color information

#CA4B9E (or 0xCA4B9E) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 9E. RGB value is (202,75,158). Sum of RGB (Red+Green+Blue) = 202+75+158=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B9E is #35B461. Grayscale: #7A7A7A. Windows color (decimal): -3519586 or 10374090. OLE color: 10374090.

HSL color Cylindrical-coordinate representation of color #CA4B9E: hue angle of 320.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B9E is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20275158-
CMYK00.630.220.21
HSL320.79º54.51%54.31%-
HSV(B)320.79º62.87%79.22%-
XYZ33.0420.0634.48-
YUV122.44148.08184.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 75 (29.69% from 255) = 17.24%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=46.44%
G=17.24%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027515800.630.220.21320.7954.5154.31
HexCA4B9E03F16151413736
Octal31211323607726255016766
Binary1100101010010111001111001111111011010101101000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B9E; }

 p { color: rgb(202,75,158); }

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

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

 a { background-color: rgb(202,75,158); }

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

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

 span { border-color: rgb(202,75,158); }

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