#CA4493

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

Shades of Mulberry #CA4493

Tints of Mulberry #CA4493

Color information

#CA4493 (or 0xCA4493) is unknown color: approx Mulberry. HEX triplet: CA, 44 and 93. RGB value is (202,68,147). Sum of RGB (Red+Green+Blue) = 202+68+147=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4493 is #35BB6C. Grayscale: #747474. Windows color (decimal): -3521389 or 9651402. OLE color: 9651402.

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

Color convert

RGB20268147-
CMYK00.660.270.21
HSL324.63º55.83%52.94%-
HSV(B)324.63º66.34%79.22%-
XYZ31.6918.829.56-
YUV117.07144.89188.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=48.44%
G=16.31%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026814700.660.270.21324.6355.8352.94
HexCA44930421B151453835
Octal312104223010233255057065
Binary11001010100010010010011010000101101110101101000101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4493; }

 p { color: rgb(202,68,147); }

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

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

 a { background-color: rgb(202,68,147); }

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

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

 span { border-color: rgb(202,68,147); }

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