#C61A96

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

Shades of Medium Violet Red #C61A96

Tints of Medium Violet Red #C61A96

Color information

#C61A96 (or 0xC61A96) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1A and 96. RGB value is (198,26,150). Sum of RGB (Red+Green+Blue) = 198+26+150=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A96 is #39E569. Grayscale: #5B5B5B. Windows color (decimal): -3794282 or 9837254. OLE color: 9837254.

HSL color Cylindrical-coordinate representation of color #C61A96: hue angle of 316.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 #C61A96 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19826150-
CMYK00.870.240.22
HSL316.74º76.79%43.92%-
HSV(B)316.74º86.87%77.65%-
XYZ29.1614.9530.2-
YUV91.56160.98203.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.94%
GREEN value IS 26 (10.55% from 255) = 6.95%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=52.94%
G=6.95%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982615000.870.240.22316.7476.7943.92
HexC61A96057181613d4d2c
Octal306322260127302647511554
Binary1100011011010100101100101011111000101101001111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A96; }

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

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

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

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

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

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

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

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