#CA1987

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

Shades of Medium Violet Red #CA1987

Tints of Medium Violet Red #CA1987

Color information

#CA1987 (or 0xCA1987) is unknown color: approx Medium Violet Red. HEX triplet: CA, 19 and 87. RGB value is (202,25,135). Sum of RGB (Red+Green+Blue) = 202+25+135=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1987 is #35E678. Grayscale: #5A5A5A. Windows color (decimal): -3532409 or 8853962. OLE color: 8853962.

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

Color convert

RGB20225135-
CMYK00.880.330.21
HSL322.71º77.97%44.51%-
HSV(B)322.71º87.62%79.22%-
XYZ29.081524.28-
YUV90.46153.14207.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 25 (10.16% from 255) = 6.91%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=55.80%
G=6.91%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022513500.880.330.21322.7177.9744.51
HexCA198705821151434e2d
Octal312312070130412550311655
Binary11001010110011000011101011000100001101011010000111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1987; }

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

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

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

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

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

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

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

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