#CA2C8D

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

Shades of Medium Red Violet #CA2C8D

Tints of Medium Red Violet #CA2C8D

Color information

#CA2C8D (or 0xCA2C8D) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2C and 8D. RGB value is (202,44,141). Sum of RGB (Red+Green+Blue) = 202+44+141=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2C8D is #35D372. Grayscale: #666666. Windows color (decimal): -3527539 or 9252042. OLE color: 9252042.

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

Color convert

RGB20244141-
CMYK00.780.300.21
HSL323.16º64.23%48.24%-
HSV(B)323.16º78.22%79.22%-
XYZ30.0716.2826.76-
YUV102.3149.85199.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=52.20%
G=11.37%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024414100.780.300.21323.1664.2348.24
HexCA2C8D04E1E151434030
Octal312542150116362550310060
Binary11001010101100100011010100111011110101011010000111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C8D; }

 p { color: rgb(202,44,141); }

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

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

 a { background-color: rgb(202,44,141); }

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

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

 span { border-color: rgb(202,44,141); }

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