#CA2E96

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

Shades of Medium Red Violet #CA2E96

Tints of Medium Red Violet #CA2E96

Color information

#CA2E96 (or 0xCA2E96) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2E and 96. RGB value is (202,46,150). Sum of RGB (Red+Green+Blue) = 202+46+150=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E96 is #35D169. Grayscale: #686868. Windows color (decimal): -3527018 or 9842378. OLE color: 9842378.

HSL color Cylindrical-coordinate representation of color #CA2E96: hue angle of 320º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E96 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20246150-
CMYK00.770.260.21
HSL320º62.9%48.63%-
HSV(B)320º77.23%79.22%-
XYZ30.8416.7130.45-
YUV104.5153.68197.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 46 (18.36% from 255) = 11.56%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=50.75%
G=11.56%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024615000.770.260.2132062.948.63
HexCA2E9604D1A151403f31
Octal31256226011532255007761
Binary1100101010111010010110010011011101010101101000000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E96; }

 p { color: rgb(202,46,150); }

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

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

 a { background-color: rgb(202,46,150); }

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

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

 span { border-color: rgb(202,46,150); }

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