#CA2B91

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

Shades of Medium Red Violet #CA2B91

Tints of Medium Red Violet #CA2B91

Color information

#CA2B91 (or 0xCA2B91) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2B and 91. RGB value is (202,43,145). Sum of RGB (Red+Green+Blue) = 202+43+145=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B91 is #35D46E. Grayscale: #656565. Windows color (decimal): -3527791 or 9513930. OLE color: 9513930.

HSL color Cylindrical-coordinate representation of color #CA2B91: hue angle of 321.51º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2B91 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20243145-
CMYK00.790.280.21
HSL321.51º64.9%48.04%-
HSV(B)321.51º78.71%79.22%-
XYZ30.3316.3328.34-
YUV102.17152.18199.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 43 (17.19% from 255) = 11.03%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=51.79%
G=11.03%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024314500.790.280.21321.5164.948.04
HexCA2B9104F1C151424130
Octal312532210117342550210160
Binary11001010101011100100010100111111100101011010000101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B91; }

 p { color: rgb(202,43,145); }

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

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

 a { background-color: rgb(202,43,145); }

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

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

 span { border-color: rgb(202,43,145); }

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