Html Css Color HEX #C7198D Medium Violet Red

📋 copy color: '#C7198D'

red 199 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #C7198D

Tints of Medium Violet Red #C7198D

RGB

 RED value IS 199 (78.13% from 255) = 54.52%

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

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

R = 54.52%
G = 6.85%
B = 38.63%

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

#C7198D (or 0xC7198D) is known color: Medium Violet Red. HEX triplet: C7, 19 and 8D. RGB value is (199,25,141). Sum of RGB (Red+Green+Blue) = 199+25+141=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7198D is #38E672. Grayscale: #595959. Windows color (decimal): -3729011 or 9247175. OLE color: 9247175.

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

Color convert

RGB 199 25 141 -
CMYK 0 0.87 0.29 0.22
HSL 320º 0.78% 0.44% -
HSV(B) 320º 0.87% 0.78% -
XYZ 28.71 14.76 26.54 -
YUV 90.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 199 25 141 0 0.87 0.29 0.22 320 0.78 0.44
Hex C7 19 8D 0 57 1D 16 140 4E 2C
Octal 307 31 215 0 127 35 26 500 116 54
Binary 11000111 11001 10001101 0 1010111 11101 10110 101000000 1001110 101100

Color Harmonies of #C7198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7198D

Black with #C7198D

Text Example


Text Example

White with #C7198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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