#CA1289

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

Shades of Medium Violet Red #CA1289

Tints of Medium Violet Red #CA1289

Color information

#CA1289 (or 0xCA1289) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 89. RGB value is (202,18,137). Sum of RGB (Red+Green+Blue) = 202+18+137=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1289 is #35ED76. Grayscale: #565656. Windows color (decimal): -3534199 or 8983242. OLE color: 8983242.

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

Color convert

RGB20218137-
CMYK00.910.320.21
HSL321.2º83.64%43.14%-
HSV(B)321.2º91.09%79.22%-
XYZ29.0914.824.99-
YUV86.58156.46210.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 18 (7.42% from 255) = 5.04%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=56.58%
G=5.04%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021813700.910.320.21321.283.6443.14
HexCA128905B2015141542b
Octal312222110133402550112453
Binary11001010100101000100101011011100000101011010000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1289; }

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

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

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

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

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

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

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

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