#CA028E

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

Shades of Medium Violet Red #CA028E

Tints of Medium Violet Red #CA028E

Color information

#CA028E (or 0xCA028E) is unknown color: approx Medium Violet Red. HEX triplet: CA, 02 and 8E. RGB value is (202,2,142). Sum of RGB (Red+Green+Blue) = 202+2+142=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA028E is #35FD71. Grayscale: #4D4D4D. Windows color (decimal): -3538290 or 9306826. OLE color: 9306826.

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

Color convert

RGB2022142-
CMYK00.990.300.21
HSL318º98.04%40%-
HSV(B)318º99.01%79.22%-
XYZ29.2614.5526.86-
YUV77.76164.26216.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=58.38%
G=0.58%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202214200.990.300.2131898.0440
HexCA28E0631E1513e6228
Octal31222160143362547614250
Binary1100101010100011100110001111110101011001111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA028E; }

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

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

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

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

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

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

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

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