#CA1573

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

Shades of Medium Violet Red #CA1573

Tints of Medium Violet Red #CA1573

Color information

#CA1573 (or 0xCA1573) is unknown color: approx Medium Violet Red. HEX triplet: CA, 15 and 73. RGB value is (202,21,115). Sum of RGB (Red+Green+Blue) = 202+21+115=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1573 is #35EA8C. Grayscale: #555555. Windows color (decimal): -3533453 or 7542218. OLE color: 7542218.

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

Color convert

RGB20221115-
CMYK00.900.430.21
HSL328.84º81.17%43.73%-
HSV(B)328.84º89.6%79.22%-
XYZ27.7214.3317.52-
YUV85.84144.47210.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.76%
GREEN value IS 21 (8.59% from 255) = 6.21%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=59.76%
G=6.21%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022111500.900.430.21328.8481.1743.73
HexCA157305A2B15149512c
Octal312251630132532551112154
Binary1100101010101111001101011010101011101011010010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1573; }

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

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

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

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

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

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

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

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