#CA1585

Color #CA1585 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CA1585

Tints of Medium Violet Red #CA1585

Color information

#CA1585 (or 0xCA1585) is unknown color: approx Medium Violet Red. HEX triplet: CA, 15 and 85. RGB value is (202,21,133). Sum of RGB (Red+Green+Blue) = 202+21+133=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1585 is #35EA7A. Grayscale: #575757. Windows color (decimal): -3533435 or 8721866. OLE color: 8721866.

HSL color Cylindrical-coordinate representation of color #CA1585: hue angle of 322.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1585 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20221133-
CMYK00.900.340.21
HSL322.87º81.17%43.73%-
HSV(B)322.87º89.6%79.22%-
XYZ28.8614.7923.52-
YUV87.89153.47209.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=56.74%
G=5.90%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022113300.900.340.21322.8781.1743.73
HexCA158505A2215143512c
Octal312252050132422550312154
Binary11001010101011000010101011010100010101011010000111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1585; }

 p { color: rgb(202,21,133); }

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

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

 a { background-color: rgb(202,21,133); }

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

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

 span { border-color: rgb(202,21,133); }

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