Html Css Color HEX #C81997 Medium Violet Red

📋 copy color: '#C81997'

red 200 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #C81997

Tints of Medium Violet Red #C81997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 53.19%
G = 6.65%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C81997 (or 0xC81997) is known color: Medium Violet Red. HEX triplet: C8, 19 and 97. RGB value is (200,25,151). Sum of RGB (Red+Green+Blue) = 200+25+151=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C81997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81997 is #37E668. Grayscale: #5B5B5B. Windows color (decimal): -3663465 or 9902536. OLE color: 9902536.

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

Color convert

RGB 200 25 151 -
CMYK 0 0.88 0.24 0.22
HSL 316.8º 0.78% 0.44% -
HSV(B) 316.8º 0.88% 0.78% -
XYZ 29.75 15.21 30.65 -
YUV 91.69 161.48 205.25 -
System Red Green Blue C M Y K H S L
Decimal 200 25 151 0 0.88 0.24 0.22 316.8 0.78 0.44
Hex C8 19 97 0 58 18 16 13D 4E 2C
Octal 310 31 227 0 130 30 26 475 116 54
Binary 11001000 11001 10010111 0 1011000 11000 10110 100111101 1001110 101100

Color Harmonies of #C81997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81997

Black with #C81997

Text Example


Text Example

White with #C81997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81997; }

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

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

background-color css

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

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

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

border-color css

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

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

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