#CA1287

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

Shades of Medium Violet Red #CA1287

Tints of Medium Violet Red #CA1287

Color information

#CA1287 (or 0xCA1287) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 87. RGB value is (202,18,135). Sum of RGB (Red+Green+Blue) = 202+18+135=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1287 is #35ED78. Grayscale: #565656. Windows color (decimal): -3534201 or 8852170. OLE color: 8852170.

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

Color convert

RGB20218135-
CMYK00.910.330.21
HSL321.85º83.64%43.14%-
HSV(B)321.85º91.09%79.22%-
XYZ28.9514.7424.24-
YUV86.35155.46210.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=56.90%
G=5.07%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021813500.910.330.21321.8583.6443.14
HexCA128705B2115142542b
Octal312222070133412550212453
Binary11001010100101000011101011011100001101011010000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1287; }

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

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

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

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

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

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

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

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