Html Css Color HEX #C61195 Medium Violet Red

📋 copy color: '#C61195'

red 198 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #C61195

Tints of Medium Violet Red #C61195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 54.4%
G = 4.67%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C61195 (or 0xC61195) is known color: Medium Violet Red. HEX triplet: C6, 11 and 95. RGB value is (198,17,149). Sum of RGB (Red+Green+Blue) = 198+17+149=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C61195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61195 is #39EE6A. Grayscale: #555555. Windows color (decimal): -3796587 or 9769414. OLE color: 9769414.

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

Color convert

RGB 198 17 149 -
CMYK 0 0.91 0.25 0.22
HSL 316.24º 0.84% 0.42% -
HSV(B) 316.24º 0.91% 0.78% -
XYZ 28.91 14.58 29.72 -
YUV 86.17 163.47 207.77 -
System Red Green Blue C M Y K H S L
Decimal 198 17 149 0 0.91 0.25 0.22 316.24 0.84 0.42
Hex C6 11 95 0 5B 19 16 13C 54 2A
Octal 306 21 225 0 133 31 26 474 124 52
Binary 11000110 10001 10010101 0 1011011 11001 10110 100111100 1010100 101010

Color Harmonies of #C61195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61195

Black with #C61195

Text Example


Text Example

White with #C61195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61195; }

 p { color: rgb(198,17,149); }

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

background-color css

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

 a { background-color: rgb(198,17,149); }

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

border-color css

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

 span { border-color: rgb(198,17,149); }

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