Html Css Color HEX #C61077 Medium Violet Red

📋 copy color: '#C61077'

red 198 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #C61077

Tints of Medium Violet Red #C61077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 59.46%
G = 4.8%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C61077 (or 0xC61077) is known color: Medium Violet Red. HEX triplet: C6, 10 and 77. RGB value is (198,16,119). Sum of RGB (Red+Green+Blue) = 198+16+119=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C61077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61077 is #39EF88. Grayscale: #515151. Windows color (decimal): -3796873 or 7803078. OLE color: 7803078.

HSL color Cylindrical-coordinate representation of color #C61077: hue angle of 326.04º 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 #C61077 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 119 -
CMYK 0 0.92 0.40 0.22
HSL 326.04º 0.85% 0.42% -
HSV(B) 326.04º 0.92% 0.78% -
XYZ 26.8 13.71 18.69 -
YUV 82.16 148.8 210.62 -
System Red Green Blue C M Y K H S L
Decimal 198 16 119 0 0.92 0.40 0.22 326.04 0.85 0.42
Hex C6 10 77 0 5C 28 16 146 55 2A
Octal 306 20 167 0 134 50 26 506 125 52
Binary 11000110 10000 1110111 0 1011100 101000 10110 101000110 1010101 101010

Color Harmonies of #C61077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61077

Black with #C61077

Text Example


Text Example

White with #C61077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61077; }

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

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

background-color css

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

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

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

border-color css

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

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

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