#CA0776

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

Shades of Medium Violet Red #CA0776

Tints of Medium Violet Red #CA0776

Color information

#CA0776 (or 0xCA0776) is unknown color: approx Medium Violet Red. HEX triplet: CA, 07 and 76. RGB value is (202,7,118). Sum of RGB (Red+Green+Blue) = 202+7+118=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0776 is #35F889. Grayscale: #4D4D4D. Windows color (decimal): -3537034 or 7735242. OLE color: 7735242.

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

Color convert

RGB2027118-
CMYK00.970.420.21
HSL325.85º93.3%40.98%-
HSV(B)325.85º96.53%79.22%-
XYZ27.714.0218.38-
YUV77.96150.6216.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=61.77%
G=2.14%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202711800.970.420.21325.8593.340.98
HexCA7760612A151465d29
Octal31271660141522550613551
Binary11001010111111011001100001101010101011010001101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0776; }

 p { color: rgb(202,7,118); }

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

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

 a { background-color: rgb(202,7,118); }

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

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

 span { border-color: rgb(202,7,118); }

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