#CA139F

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

Shades of Medium Violet Red #CA139F

Tints of Medium Violet Red #CA139F

Color information

#CA139F (or 0xCA139F) is unknown color: approx Medium Violet Red. HEX triplet: CA, 13 and 9F. RGB value is (202,19,159). Sum of RGB (Red+Green+Blue) = 202+19+159=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA139F is #35EC60. Grayscale: #595959. Windows color (decimal): -3533921 or 10425290. OLE color: 10425290.

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

Color convert

RGB20219159-
CMYK00.910.210.21
HSL314.1º82.81%43.33%-
HSV(B)314.1º90.59%79.22%-
XYZ30.8515.5334.17-
YUV89.68167.13208.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 19 (7.81% from 255) = 5%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=53.16%
G=5%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021915900.910.210.21314.182.8143.33
HexCA139F05B151513a532b
Octal312232370133252547212353
Binary1100101010011100111110101101110101101011001110101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA139F; }

 p { color: rgb(202,19,159); }

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

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

 a { background-color: rgb(202,19,159); }

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

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

 span { border-color: rgb(202,19,159); }

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