#CA118E

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

Shades of Medium Violet Red #CA118E

Tints of Medium Violet Red #CA118E

Color information

#CA118E (or 0xCA118E) is unknown color: approx Medium Violet Red. HEX triplet: CA, 11 and 8E. RGB value is (202,17,142). Sum of RGB (Red+Green+Blue) = 202+17+142=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA118E is #35EE71. Grayscale: #565656. Windows color (decimal): -3534450 or 9310666. OLE color: 9310666.

HSL color Cylindrical-coordinate representation of color #CA118E: hue angle of 319.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA118E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20217142-
CMYK00.920.300.21
HSL319.46º84.47%42.94%-
HSV(B)319.46º91.58%79.22%-
XYZ29.4414.9126.92-
YUV86.56159.29210.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=55.96%
G=4.71%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021714200.920.300.21319.4684.4742.94
HexCA118E05C1E1513f542b
Octal312212160134362547712453
Binary1100101010001100011100101110011110101011001111111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA118E; }

 p { color: rgb(202,17,142); }

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

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

 a { background-color: rgb(202,17,142); }

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

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

 span { border-color: rgb(202,17,142); }

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