#CA2189

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

Shades of Medium Violet Red #CA2189

Tints of Medium Violet Red #CA2189

Color information

#CA2189 (or 0xCA2189) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and 89. RGB value is (202,33,137). Sum of RGB (Red+Green+Blue) = 202+33+137=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2189 is #35DE76. Grayscale: #5F5F5F. Windows color (decimal): -3530359 or 8987082. OLE color: 8987082.

HSL color Cylindrical-coordinate representation of color #CA2189: hue angle of 323.08º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2189 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20233137-
CMYK00.840.320.21
HSL323.08º71.91%46.08%-
HSV(B)323.08º83.66%79.22%-
XYZ29.4215.4525.1-
YUV95.39151.49204.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 33 (13.28% from 255) = 8.87%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=54.30%
G=8.87%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023313700.840.320.21323.0871.9146.08
HexCA21890542015143482e
Octal312412110124402550311056
Binary110010101000011000100101010100100000101011010000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2189; }

 p { color: rgb(202,33,137); }

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

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

 a { background-color: rgb(202,33,137); }

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

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

 span { border-color: rgb(202,33,137); }

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