#CA1986

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

Shades of Medium Violet Red #CA1986

Tints of Medium Violet Red #CA1986

Color information

#CA1986 (or 0xCA1986) is unknown color: approx Medium Violet Red. HEX triplet: CA, 19 and 86. RGB value is (202,25,134). Sum of RGB (Red+Green+Blue) = 202+25+134=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1986 is #35E679. Grayscale: #5A5A5A. Windows color (decimal): -3532410 or 8788426. OLE color: 8788426.

HSL color Cylindrical-coordinate representation of color #CA1986: hue angle of 323.05º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1986 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20225134-
CMYK00.880.340.21
HSL323.05º77.97%44.51%-
HSV(B)323.05º87.62%79.22%-
XYZ29.0114.9723.92-
YUV90.35152.64207.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 25 (10.16% from 255) = 6.93%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=55.96%
G=6.93%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022513400.880.340.21323.0577.9744.51
HexCA198605822151434e2d
Octal312312060130422550311655
Binary11001010110011000011001011000100010101011010000111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1986; }

 p { color: rgb(202,25,134); }

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

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

 a { background-color: rgb(202,25,134); }

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

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

 span { border-color: rgb(202,25,134); }

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