#CA23A9

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

Shades of Medium Violet Red #CA23A9

Tints of Medium Violet Red #CA23A9

Color information

#CA23A9 (or 0xCA23A9) is unknown color: approx Medium Violet Red. HEX triplet: CA, 23 and A9. RGB value is (202,35,169). Sum of RGB (Red+Green+Blue) = 202+35+169=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA23A9 is #35DC56. Grayscale: #636363. Windows color (decimal): -3529815 or 11084746. OLE color: 11084746.

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

Color convert

RGB20235169-
CMYK00.830.160.21
HSL311.86º70.46%46.47%-
HSV(B)311.86º82.67%79.22%-
XYZ32.1216.6239.05-
YUV100.21166.83200.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 35 (14.06% from 255) = 8.62%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=49.75%
G=8.62%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023516900.830.160.21311.8670.4646.47
HexCA23A90531015138462e
Octal312432510123202547010656
Binary11001010100011101010010101001110000101011001110001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA23A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA23A9; }

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

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

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

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

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

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

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

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