#CA026D

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

Shades of Medium Violet Red #CA026D

Tints of Medium Violet Red #CA026D

Color information

#CA026D (or 0xCA026D) is unknown color: approx Medium Violet Red. HEX triplet: CA, 02 and 6D. RGB value is (202,2,109). Sum of RGB (Red+Green+Blue) = 202+2+109=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA026D is #35FD92. Grayscale: #494949. Windows color (decimal): -3538323 or 7144138. OLE color: 7144138.

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

Color convert

RGB2022109-
CMYK00.990.460.21
HSL327.9º98.04%40%-
HSV(B)327.9º99.01%79.22%-
XYZ27.1413.715.68-
YUV74147.76219.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.54%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=64.54%
G=0.64%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202210900.990.460.21327.998.0440
HexCA26D0632E151486228
Octal31221550143562551014250
Binary1100101010110110101100011101110101011010010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA026D; }

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

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

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

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

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

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

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

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