#CA2C8A

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

Shades of Medium Red Violet #CA2C8A

Tints of Medium Red Violet #CA2C8A

Color information

#CA2C8A (or 0xCA2C8A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2C and 8A. RGB value is (202,44,138). Sum of RGB (Red+Green+Blue) = 202+44+138=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2C8A is #35D375. Grayscale: #656565. Windows color (decimal): -3527542 or 9055434. OLE color: 9055434.

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

Color convert

RGB20244138-
CMYK00.780.320.21
HSL324.3º64.23%48.24%-
HSV(B)324.3º78.22%79.22%-
XYZ29.8516.1925.6-
YUV101.96148.35199.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 44 (17.58% from 255) = 11.46%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=52.60%
G=11.46%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024413800.780.320.21324.364.2348.24
HexCA2C8A04E20151444030
Octal312542120116402550410060
Binary110010101011001000101001001110100000101011010001001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C8A; }

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

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

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

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

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

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

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

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