#CA2199

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

Shades of Medium Violet Red #CA2199

Tints of Medium Violet Red #CA2199

Color information

#CA2199 (or 0xCA2199) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and 99. RGB value is (202,33,153). Sum of RGB (Red+Green+Blue) = 202+33+153=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2199 is #35DE66. Grayscale: #606060. Windows color (decimal): -3530343 or 10035658. OLE color: 10035658.

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

Color convert

RGB20233153-
CMYK00.840.240.21
HSL317.4º71.91%46.08%-
HSV(B)317.4º83.66%79.22%-
XYZ30.6515.9431.6-
YUV97.21159.49202.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 33 (13.28% from 255) = 8.51%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=52.06%
G=8.51%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023315300.840.240.21317.471.9146.08
HexCA2199054181513d482e
Octal312412310124302547511056
Binary11001010100001100110010101010011000101011001111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2199; }

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

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

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

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

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

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

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

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