#CA0094

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

Shades of Medium Violet Red #CA0094

Tints of Medium Violet Red #CA0094

Color information

#CA0094 (or 0xCA0094) is unknown color: approx Medium Violet Red. HEX triplet: CA, 00 and 94. RGB value is (202,0,148). Sum of RGB (Red+Green+Blue) = 202+0+148=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0094 is #35FF6B. Grayscale: #4C4C4C. Windows color (decimal): -3538796 or 9699530. OLE color: 9699530.

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

Color convert

RGB2020148-
CMYK010.270.21
HSL316.04º100%39.61%-
HSV(B)316.04º100%79.22%-
XYZ29.714.6929.29-
YUV77.27167.92216.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=57.71%
G=0%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020148010.270.21316.0410039.61
HexCA0940641B1513c6428
Octal31202240144332547414450
Binary110010100100101000110010011011101011001111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0094; }

 p { color: rgb(202,0,148); }

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

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

 a { background-color: rgb(202,0,148); }

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

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

 span { border-color: rgb(202,0,148); }

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