#CA399C

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

Shades of Mulberry #CA399C

Tints of Mulberry #CA399C

Color information

#CA399C (or 0xCA399C) is unknown color: approx Mulberry. HEX triplet: CA, 39 and 9C. RGB value is (202,57,156). Sum of RGB (Red+Green+Blue) = 202+57+156=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA399C is #35C663. Grayscale: #6F6F6F. Windows color (decimal): -3524196 or 10238410. OLE color: 10238410.

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

Color convert

RGB20257156-
CMYK00.720.230.21
HSL319.03º57.77%50.78%-
HSV(B)319.03º71.78%79.22%-
XYZ31.8217.8833.23-
YUV111.64153.04192.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=48.67%
G=13.73%
B=37.59%

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
Decimal2025715600.720.230.21319.0357.7750.78
HexCA399C048171513f3a33
Octal31271234011027254777263
Binary1100101011100110011100010010001011110101100111111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA399C; }

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

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

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

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

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

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

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

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