#CA0478

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

Shades of Medium Violet Red #CA0478

Tints of Medium Violet Red #CA0478

Color information

#CA0478 (or 0xCA0478) is unknown color: approx Medium Violet Red. HEX triplet: CA, 04 and 78. RGB value is (202,4,120). Sum of RGB (Red+Green+Blue) = 202+4+120=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0478 is #35FB87. Grayscale: #4C4C4C. Windows color (decimal): -3537800 or 7865546. OLE color: 7865546.

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

Color convert

RGB2024120-
CMYK00.980.410.21
HSL324.85º96.12%40.39%-
HSV(B)324.85º98.02%79.22%-
XYZ27.791419.01-
YUV76.43152.6217.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=61.96%
G=1.23%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202412000.980.410.21324.8596.1240.39
HexCA47806229151456028
Octal31241700142512550514050
Binary11001010100111100001100010101001101011010001011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0478; }

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

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

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

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

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

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

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

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