#CA0185

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

Shades of Medium Violet Red #CA0185

Tints of Medium Violet Red #CA0185

Color information

#CA0185 (or 0xCA0185) is unknown color: approx Medium Violet Red. HEX triplet: CA, 01 and 85. RGB value is (202,1,133). Sum of RGB (Red+Green+Blue) = 202+1+133=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0185 is #35FE7A. Grayscale: #4B4B4B. Windows color (decimal): -3538555 or 8716746. OLE color: 8716746.

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

Color convert

RGB2021133-
CMYK01.000.340.21
HSL320.6º99.01%39.8%-
HSV(B)320.6º99.5%79.22%-
XYZ28.614.2723.44-
YUV76.15160.09217.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=60.12%
G=0.30%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202113301.000.340.21320.699.0139.8
HexCA18506422151416328
Octal31212050144422550114350
Binary1100101011000010101100100100010101011010000011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0185; }

 p { color: rgb(202,1,133); }

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

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

 a { background-color: rgb(202,1,133); }

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

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

 span { border-color: rgb(202,1,133); }

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