#CA2D9C

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

Shades of Medium Red Violet #CA2D9C

Tints of Medium Red Violet #CA2D9C

Color information

#CA2D9C (or 0xCA2D9C) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2D and 9C. RGB value is (202,45,156). Sum of RGB (Red+Green+Blue) = 202+45+156=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D9C is #35D263. Grayscale: #686868. Windows color (decimal): -3527268 or 10235338. OLE color: 10235338.

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

Color convert

RGB20245156-
CMYK00.780.230.21
HSL317.58º63.56%48.43%-
HSV(B)317.58º77.72%79.22%-
XYZ31.316.8333.05-
YUV104.6157.01197.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=50.12%
G=11.17%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024515600.780.230.21317.5863.5648.43
HexCA2D9C04E171513e4030
Octal312552340116272547610060
Binary11001010101101100111000100111010111101011001111101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2D9C; }

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

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

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

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

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

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

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

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