Html Css Color HEX #C8197C Medium Violet Red

📋 copy color: '#C8197C'

red 200 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #C8197C

Tints of Medium Violet Red #C8197C

RGB

 RED value IS 200 (78.52% from 255) = 57.31%

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 57.31%
G = 7.16%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8197C (or 0xC8197C) is known color: Medium Violet Red. HEX triplet: C8, 19 and 7C. RGB value is (200,25,124). Sum of RGB (Red+Green+Blue) = 200+25+124=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8197C is #37E683. Grayscale: #585858. Windows color (decimal): -3663492 or 8133064. OLE color: 8133064.

HSL color Cylindrical-coordinate representation of color #C8197C: hue angle of 326.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8197C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 124 -
CMYK 0 0.88 0.38 0.22
HSL 326.06º 0.78% 0.44% -
HSV(B) 326.06º 0.88% 0.78% -
XYZ 27.81 14.43 20.39 -
YUV 88.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 200 25 124 0 0.88 0.38 0.22 326.06 0.78 0.44
Hex C8 19 7C 0 58 26 16 146 4E 2C
Octal 310 31 174 0 130 46 26 506 116 54
Binary 11001000 11001 1111100 0 1011000 100110 10110 101000110 1001110 101100

Color Harmonies of #C8197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8197C

Black with #C8197C

Text Example


Text Example

White with #C8197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8197C; }

 p { color: rgb(200,25,124); }

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

background-color css

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

 a { background-color: rgb(200,25,124); }

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

border-color css

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

 span { border-color: rgb(200,25,124); }

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