Html Css Color HEX #C61096 Medium Violet Red

📋 copy color: '#C61096'

red 198 ◦ green 16 ◦ blue 150

#C61096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C61096

Tints of Medium Violet Red #C61096

RGB

 RED value IS 198 (77.73% from 255) = 54.4%

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 54.4%
G = 4.4%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C61096 (or 0xC61096) is known color: Medium Violet Red. HEX triplet: C6, 10 and 96. RGB value is (198,16,150). Sum of RGB (Red+Green+Blue) = 198+16+150=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C61096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61096 is #39EF69. Grayscale: #555555. Windows color (decimal): -3796842 or 9834694. OLE color: 9834694.

HSL color Cylindrical-coordinate representation of color #C61096: hue angle of 315.82º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61096 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 150 -
CMYK 0 0.92 0.24 0.22
HSL 315.82º 0.85% 0.42% -
HSV(B) 315.82º 0.92% 0.78% -
XYZ 28.98 14.58 30.14 -
YUV 85.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 198 16 150 0 0.92 0.24 0.22 315.82 0.85 0.42
Hex C6 10 96 0 5C 18 16 13C 55 2A
Octal 306 20 226 0 134 30 26 474 125 52
Binary 11000110 10000 10010110 0 1011100 11000 10110 100111100 1010101 101010

Color Harmonies of #C61096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61096

Black with #C61096

Text Example


Text Example

White with #C61096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61096; }

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

 H1.HeaderClassName
 {
   color: #C61096;
 }
 .AnyTagClassName
 {
   color: #C61096;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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