#ca42a8

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

Shades of Mulberry #CA42A8

Tints of Mulberry #CA42A8

Color information

#CA42A8 (or 0xCA42A8) is unknown color: approx Mulberry. HEX triplet: CA, 42 and A8. RGB value is (202,66,168). Sum of RGB (Red+Green+Blue) = 202+66+168=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42A8 is #35BD57. Grayscale: #767676. Windows color (decimal): -3521880 or 11027146. OLE color: 11027146.

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

Color convert

RGB20266168-
CMYK00.670.170.21
HSL315º56.2%52.55%-
HSV(B)315º67.33%79.22%-
XYZ33.3719.2839.01-
YUV118.29156.06187.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=46.33%
G=15.14%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026616800.670.170.2131556.252.55
HexCA42A8043111513b3835
Octal312102250010321254737065
Binary11001010100001010101000010000111000110101100111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca42a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca42a8; }

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

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

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

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

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

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

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

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