#CA1993

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

Shades of Medium Violet Red #CA1993

Tints of Medium Violet Red #CA1993

Color information

#CA1993 (or 0xCA1993) is unknown color: approx Medium Violet Red. HEX triplet: CA, 19 and 93. RGB value is (202,25,147). Sum of RGB (Red+Green+Blue) = 202+25+147=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1993 is #35E66C. Grayscale: #5B5B5B. Windows color (decimal): -3532397 or 9640394. OLE color: 9640394.

HSL color Cylindrical-coordinate representation of color #CA1993: hue angle of 318.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1993 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20225147-
CMYK00.880.270.21
HSL318.64º77.97%44.51%-
HSV(B)318.64º87.62%79.22%-
XYZ29.9715.3628.99-
YUV91.83159.14206.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 25 (10.16% from 255) = 6.68%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=54.01%
G=6.68%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022514700.880.270.21318.6477.9744.51
HexCA19930581B1513f4e2d
Octal312312230130332547711655
Binary1100101011001100100110101100011011101011001111111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1993; }

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

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

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

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

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

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

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

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