#CA046D

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

Shades of Medium Violet Red #CA046D

Tints of Medium Violet Red #CA046D

Color information

#CA046D (or 0xCA046D) is unknown color: approx Medium Violet Red. HEX triplet: CA, 04 and 6D. RGB value is (202,4,109). Sum of RGB (Red+Green+Blue) = 202+4+109=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA046D is #35FB92. Grayscale: #4A4A4A. Windows color (decimal): -3537811 or 7144650. OLE color: 7144650.

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

Color convert

RGB2024109-
CMYK00.980.460.21
HSL328.18º96.12%40.39%-
HSV(B)328.18º98.02%79.22%-
XYZ27.1613.7515.69-
YUV75.17147.1218.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=64.13%
G=1.27%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202410900.980.460.21328.1896.1240.39
HexCA46D0622E151486028
Octal31241550142562551014050
Binary11001010100110110101100010101110101011010010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA046D; }

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

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

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

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

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

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

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

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