Html Css Color HEX #C6198D Medium Violet Red

📋 copy color: '#C6198D'

red 198 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #C6198D

Tints of Medium Violet Red #C6198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 54.4%
G = 6.87%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6198D (or 0xC6198D) is known color: Medium Violet Red. HEX triplet: C6, 19 and 8D. RGB value is (198,25,141). Sum of RGB (Red+Green+Blue) = 198+25+141=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6198D is #39E672. Grayscale: #595959. Windows color (decimal): -3794547 or 9247174. OLE color: 9247174.

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

Color convert

RGB 198 25 141 -
CMYK 0 0.87 0.29 0.22
HSL 319.77º 0.78% 0.44% -
HSV(B) 319.77º 0.87% 0.78% -
XYZ 28.44 14.62 26.52 -
YUV 89.95 156.81 205.07 -
System Red Green Blue C M Y K H S L
Decimal 198 25 141 0 0.87 0.29 0.22 319.77 0.78 0.44
Hex C6 19 8D 0 57 1D 16 140 4E 2C
Octal 306 31 215 0 127 35 26 500 116 54
Binary 11000110 11001 10001101 0 1010111 11101 10110 101000000 1001110 101100

Color Harmonies of #C6198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6198D

Black with #C6198D

Text Example


Text Example

White with #C6198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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