#CA1574

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

Shades of Medium Violet Red #CA1574

Tints of Medium Violet Red #CA1574

Color information

#CA1574 (or 0xCA1574) is unknown color: approx Medium Violet Red. HEX triplet: CA, 15 and 74. RGB value is (202,21,116). Sum of RGB (Red+Green+Blue) = 202+21+116=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1574 is #35EA8B. Grayscale: #555555. Windows color (decimal): -3533452 or 7607754. OLE color: 7607754.

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

Color convert

RGB20221116-
CMYK00.900.430.21
HSL328.51º81.17%43.73%-
HSV(B)328.51º89.6%79.22%-
XYZ27.7814.3517.83-
YUV85.95144.97210.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=59.59%
G=6.19%
B=34.22%

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
Decimal2022111600.900.430.21328.5181.1743.73
HexCA157405A2B15149512c
Octal312251640132532551112154
Binary1100101010101111010001011010101011101011010010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1574; }

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

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

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

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

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

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

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

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