#CA0983

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

Shades of Medium Violet Red #CA0983

Tints of Medium Violet Red #CA0983

Color information

#CA0983 (or 0xCA0983) is unknown color: approx Medium Violet Red. HEX triplet: CA, 09 and 83. RGB value is (202,9,131). Sum of RGB (Red+Green+Blue) = 202+9+131=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0983 is #35F67C. Grayscale: #505050. Windows color (decimal): -3536509 or 8587722. OLE color: 8587722.

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

Color convert

RGB2029131-
CMYK00.960.350.21
HSL322.07º91.47%41.37%-
HSV(B)322.07º95.54%79.22%-
XYZ28.5514.3922.75-
YUV80.61156.44214.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 9 (3.91% from 255) = 2.63%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=59.06%
G=2.63%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202913100.960.350.21322.0791.4741.37
HexCA98306023151425b29
Octal312112030140432550213351
Binary1100101010011000001101100000100011101011010000101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0983; }

 p { color: rgb(202,9,131); }

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

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

 a { background-color: rgb(202,9,131); }

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

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

 span { border-color: rgb(202,9,131); }

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