#CA2D9D

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

Shades of Medium Red Violet #CA2D9D

Tints of Medium Red Violet #CA2D9D

Color information

#CA2D9D (or 0xCA2D9D) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2D and 9D. RGB value is (202,45,157). Sum of RGB (Red+Green+Blue) = 202+45+157=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D9D is #35D262. Grayscale: #686868. Windows color (decimal): -3527267 or 10300874. OLE color: 10300874.

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

Color convert

RGB20245157-
CMYK00.780.220.21
HSL317.2º63.56%48.43%-
HSV(B)317.2º77.72%79.22%-
XYZ31.3816.8733.5-
YUV104.71157.51197.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 11.14%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=50%
G=11.14%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024515700.780.220.21317.263.5648.43
HexCA2D9D04E161513d4030
Octal312552350116262547510060
Binary11001010101101100111010100111010110101011001111011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2D9D; }

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

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

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

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

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

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

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

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