#CA45A8

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

Shades of Mulberry #CA45A8

Tints of Mulberry #CA45A8

Color information

#CA45A8 (or 0xCA45A8) is unknown color: approx Mulberry. HEX triplet: CA, 45 and A8. RGB value is (202,69,168). Sum of RGB (Red+Green+Blue) = 202+69+168=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA45A8 is #35BA57. Grayscale: #777777. Windows color (decimal): -3521112 or 11027914. OLE color: 11027914.

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

Color convert

RGB20269168-
CMYK00.660.170.21
HSL315.34º55.65%53.14%-
HSV(B)315.34º65.84%79.22%-
XYZ33.5519.6439.07-
YUV120.05155.06186.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=46.01%
G=15.72%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026916800.660.170.21315.3455.6553.14
HexCA45A8042111513b3835
Octal312105250010221254737065
Binary11001010100010110101000010000101000110101100111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45A8; }

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

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

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

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

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

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

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

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