#CA399B

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

Shades of Mulberry #CA399B

Tints of Mulberry #CA399B

Color information

#CA399B (or 0xCA399B) is unknown color: approx Mulberry. HEX triplet: CA, 39 and 9B. RGB value is (202,57,155). Sum of RGB (Red+Green+Blue) = 202+57+155=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA399B is #35C664. Grayscale: #6F6F6F. Windows color (decimal): -3524197 or 10172874. OLE color: 10172874.

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

Color convert

RGB20257155-
CMYK00.720.230.21
HSL319.45º57.77%50.78%-
HSV(B)319.45º71.78%79.22%-
XYZ31.7417.8532.78-
YUV111.53152.54192.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 57 (22.66% from 255) = 13.77%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=48.79%
G=13.77%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025715500.720.230.21319.4557.7750.78
HexCA399B048171513f3a33
Octal31271233011027254777263
Binary1100101011100110011011010010001011110101100111111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA399B; }

 p { color: rgb(202,57,155); }

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

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

 a { background-color: rgb(202,57,155); }

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

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

 span { border-color: rgb(202,57,155); }

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