#CA2393

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

Shades of Medium Violet Red #CA2393

Tints of Medium Violet Red #CA2393

Color information

#CA2393 (or 0xCA2393) is unknown color: approx Medium Violet Red. HEX triplet: CA, 23 and 93. RGB value is (202,35,147). Sum of RGB (Red+Green+Blue) = 202+35+147=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2393 is #35DC6C. Grayscale: #616161. Windows color (decimal): -3529837 or 9642954. OLE color: 9642954.

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

Color convert

RGB20235147-
CMYK00.830.270.21
HSL319.76º70.46%46.47%-
HSV(B)319.76º82.67%79.22%-
XYZ30.2215.8729.07-
YUV97.7155.83202.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 35 (14.06% from 255) = 9.11%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=52.60%
G=9.11%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023514700.830.270.21319.7670.4646.47
HexCA23930531B15140462e
Octal312432230123332550010656
Binary11001010100011100100110101001111011101011010000001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2393; }

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

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

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

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

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

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

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

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