#c61381

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

Shades of Medium Violet Red #C61381

Tints of Medium Violet Red #C61381

Color information

#C61381 (or 0xC61381) is unknown color: approx Medium Violet Red. HEX triplet: C6, 13 and 81. RGB value is (198,19,129). Sum of RGB (Red+Green+Blue) = 198+19+129=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C61381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61381 is #39EC7E. Grayscale: #545454. Windows color (decimal): -3796095 or 8459206. OLE color: 8459206.

HSL color Cylindrical-coordinate representation of color #C61381: hue angle of 323.13º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61381 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19819129-
CMYK00.900.350.22
HSL323.13º82.49%42.55%-
HSV(B)323.13º90.4%77.65%-
XYZ27.4814.0622.03-
YUV85.06152.8208.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.23%
GREEN value IS 19 (7.81% from 255) = 5.49%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=57.23%
G=5.49%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981912900.900.350.22323.1382.4942.55
HexC6138105A2316143522b
Octal306232010132432650312253
Binary11000110100111000000101011010100011101101010000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61381; }

 p { color: rgb(198,19,129); }

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

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

 a { background-color: rgb(198,19,129); }

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

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

 span { border-color: rgb(198,19,129); }

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