#CA45A9

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

Shades of Mulberry #CA45A9

Tints of Mulberry #CA45A9

Color information

#CA45A9 (or 0xCA45A9) is unknown color: approx Mulberry. HEX triplet: CA, 45 and A9. RGB value is (202,69,169). Sum of RGB (Red+Green+Blue) = 202+69+169=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA45A9 is #35BA56. Grayscale: #777777. Windows color (decimal): -3521111 or 11093450. OLE color: 11093450.

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

Color convert

RGB20269169-
CMYK00.660.160.21
HSL314.89º55.65%53.14%-
HSV(B)314.89º65.84%79.22%-
XYZ33.6519.6839.56-
YUV120.17155.56186.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 69 (27.34% from 255) = 15.68%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=45.91%
G=15.68%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026916900.660.160.21314.8955.6553.14
HexCA45A9042101513b3835
Octal312105251010220254737065
Binary11001010100010110101001010000101000010101100111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45A9; }

 p { color: rgb(202,69,169); }

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

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

 a { background-color: rgb(202,69,169); }

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

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

 span { border-color: rgb(202,69,169); }

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