#C61A6B

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

Shades of Medium Violet Red #C61A6B

Tints of Medium Violet Red #C61A6B

Color information

#C61A6B (or 0xC61A6B) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1A and 6B. RGB value is (198,26,107). Sum of RGB (Red+Green+Blue) = 198+26+107=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A6B is #39E594. Grayscale: #565656. Windows color (decimal): -3794325 or 7019206. OLE color: 7019206.

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

Color convert

RGB19826107-
CMYK00.870.460.22
HSL331.74º76.79%43.92%-
HSV(B)331.74º86.87%77.65%-
XYZ26.3113.8115.19-
YUV86.66139.48207.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 26 (10.55% from 255) = 7.85%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=59.82%
G=7.85%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982610700.870.460.22331.7476.7943.92
HexC61A6B0572E1614c4d2c
Octal306321530127562651411554
Binary1100011011010110101101010111101110101101010011001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A6B; }

 p { color: rgb(198,26,107); }

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

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

 a { background-color: rgb(198,26,107); }

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

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

 span { border-color: rgb(198,26,107); }

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