#CA2DA9

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

Shades of Medium Red Violet #CA2DA9

Tints of Medium Red Violet #CA2DA9

Color information

#CA2DA9 (or 0xCA2DA9) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2D and A9. RGB value is (202,45,169). Sum of RGB (Red+Green+Blue) = 202+45+169=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DA9 is #35D256. Grayscale: #696969. Windows color (decimal): -3527255 or 11087306. OLE color: 11087306.

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

Color convert

RGB20245169-
CMYK00.780.160.21
HSL312.61º63.56%48.43%-
HSV(B)312.61º77.72%79.22%-
XYZ32.4617.339.16-
YUV106.08163.51196.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 45 (17.97% from 255) = 10.82%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=48.56%
G=10.82%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024516900.780.160.21312.6163.5648.43
HexCA2DA904E10151394030
Octal312552510116202547110060
Binary11001010101101101010010100111010000101011001110011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2DA9; }

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

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

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

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

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

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

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

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