Html Css Color HEX #C8197D Medium Violet Red

📋 copy color: '#C8197D'

red 200 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #C8197D

Tints of Medium Violet Red #C8197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 57.14%
G = 7.14%
B = 35.71%

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

#C8197D (or 0xC8197D) is known color: Medium Violet Red. HEX triplet: C8, 19 and 7D. RGB value is (200,25,125). Sum of RGB (Red+Green+Blue) = 200+25+125=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8197D is #37E682. Grayscale: #585858. Windows color (decimal): -3663491 or 8198600. OLE color: 8198600.

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

Color convert

RGB 200 25 125 -
CMYK 0 0.88 0.38 0.22
HSL 325.71º 0.78% 0.44% -
HSV(B) 325.71º 0.88% 0.78% -
XYZ 27.87 14.46 20.72 -
YUV 88.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 200 25 125 0 0.88 0.38 0.22 325.71 0.78 0.44
Hex C8 19 7D 0 58 26 16 146 4E 2C
Octal 310 31 175 0 130 46 26 506 116 54
Binary 11001000 11001 1111101 0 1011000 100110 10110 101000110 1001110 101100

Color Harmonies of #C8197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8197D

Black with #C8197D

Text Example


Text Example

White with #C8197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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