#CA139A

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

Shades of Medium Violet Red #CA139A

Tints of Medium Violet Red #CA139A

Color information

#CA139A (or 0xCA139A) is unknown color: approx Medium Violet Red. HEX triplet: CA, 13 and 9A. RGB value is (202,19,154). Sum of RGB (Red+Green+Blue) = 202+19+154=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA139A is #35EC65. Grayscale: #585858. Windows color (decimal): -3533926 or 10097610. OLE color: 10097610.

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

Color convert

RGB20219154-
CMYK00.910.240.21
HSL315.74º82.81%43.33%-
HSV(B)315.74º90.59%79.22%-
XYZ30.4215.3631.93-
YUV89.11164.63208.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 19 (7.81% from 255) = 5.07%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=53.87%
G=5.07%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021915400.910.240.21315.7482.8143.33
HexCA139A05B181513c532b
Octal312232320133302547412353
Binary1100101010011100110100101101111000101011001111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA139A; }

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

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

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

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

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

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

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

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