Html Css Color HEX #C6196E Medium Violet Red

📋 copy color: '#C6196E'

red 198 ◦ green 25 ◦ blue 110

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

Shades of Medium Violet Red #C6196E

Tints of Medium Violet Red #C6196E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 59.46%
G = 7.51%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6196E (or 0xC6196E) is known color: Medium Violet Red. HEX triplet: C6, 19 and 6E. RGB value is (198,25,110). Sum of RGB (Red+Green+Blue) = 198+25+110=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6196E is #39E691. Grayscale: #565656. Windows color (decimal): -3794578 or 7215558. OLE color: 7215558.

HSL color Cylindrical-coordinate representation of color #C6196E: hue angle of 330.52º degrees, saturation: 0.78, 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 #C6196E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 110 -
CMYK 0 0.87 0.44 0.22
HSL 330.52º 0.78% 0.44% -
HSV(B) 330.52º 0.87% 0.78% -
XYZ 26.45 13.83 16.03 -
YUV 86.42 141.31 207.59 -
System Red Green Blue C M Y K H S L
Decimal 198 25 110 0 0.87 0.44 0.22 330.52 0.78 0.44
Hex C6 19 6E 0 57 2C 16 14B 4E 2C
Octal 306 31 156 0 127 54 26 513 116 54
Binary 11000110 11001 1101110 0 1010111 101100 10110 101001011 1001110 101100

Color Harmonies of #C6196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6196E

Black with #C6196E

Text Example


Text Example

White with #C6196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6196E; }

 p { color: rgb(198,25,110); }

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

background-color css

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

 a { background-color: rgb(198,25,110); }

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

border-color css

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

 span { border-color: rgb(198,25,110); }

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