Html Css Color HEX #C61095 Medium Violet Red

📋 copy color: '#C61095'

red 198 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #C61095

Tints of Medium Violet Red #C61095

RGB

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

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

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

R = 54.55%
G = 4.41%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C61095 (or 0xC61095) is known color: Medium Violet Red. HEX triplet: C6, 10 and 95. RGB value is (198,16,149). Sum of RGB (Red+Green+Blue) = 198+16+149=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C61095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61095 is #39EF6A. Grayscale: #555555. Windows color (decimal): -3796843 or 9769158. OLE color: 9769158.

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

Color convert

RGB 198 16 149 -
CMYK 0 0.92 0.25 0.22
HSL 316.15º 0.85% 0.42% -
HSV(B) 316.15º 0.92% 0.78% -
XYZ 28.9 14.55 29.72 -
YUV 85.58 163.8 208.19 -
System Red Green Blue C M Y K H S L
Decimal 198 16 149 0 0.92 0.25 0.22 316.15 0.85 0.42
Hex C6 10 95 0 5C 19 16 13C 55 2A
Octal 306 20 225 0 134 31 26 474 125 52
Binary 11000110 10000 10010101 0 1011100 11001 10110 100111100 1010101 101010

Color Harmonies of #C61095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61095

Black with #C61095

Text Example


Text Example

White with #C61095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61095; }

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

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

background-color css

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

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

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

border-color css

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

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

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