#C61C81

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

Shades of Medium Violet Red #C61C81

Tints of Medium Violet Red #C61C81

Color information

#C61C81 (or 0xC61C81) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1C and 81. RGB value is (198,28,129). Sum of RGB (Red+Green+Blue) = 198+28+129=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C81 is #39E37E. Grayscale: #5A5A5A. Windows color (decimal): -3793791 or 8461510. OLE color: 8461510.

HSL color Cylindrical-coordinate representation of color #C61C81: hue angle of 324.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C81 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19828129-
CMYK00.860.350.22
HSL324.35º75.22%44.31%-
HSV(B)324.35º85.86%77.65%-
XYZ27.6714.4222.09-
YUV90.34149.82204.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 28 (11.33% from 255) = 7.89%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=55.77%
G=7.89%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982812900.860.350.22324.3575.2244.31
HexC61C8105623161444b2c
Octal306342010126432650411354
Binary11000110111001000000101010110100011101101010001001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61C81; }

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

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

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

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

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

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

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

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