#CA2993

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

Shades of Medium Red Violet #CA2993

Tints of Medium Red Violet #CA2993

Color information

#CA2993 (or 0xCA2993) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and 93. RGB value is (202,41,147). Sum of RGB (Red+Green+Blue) = 202+41+147=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2993 is #35D66C. Grayscale: #646464. Windows color (decimal): -3528301 or 9644490. OLE color: 9644490.

HSL color Cylindrical-coordinate representation of color #CA2993: hue angle of 320.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2993 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20241147-
CMYK00.800.270.21
HSL320.5º66.26%47.65%-
HSV(B)320.5º79.7%79.22%-
XYZ30.4216.2529.14-
YUV101.22153.84199.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 41 (16.41% from 255) = 10.51%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=51.79%
G=10.51%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024114700.800.270.21320.566.2647.65
HexCA29930501B151404230
Octal312512230120332550010260
Binary11001010101001100100110101000011011101011010000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2993; }

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

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

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

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

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

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

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

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