Html Css Color HEX #C80197 Medium Violet Red

📋 copy color: '#C80197'

red 200 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #C80197

Tints of Medium Violet Red #C80197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 56.82%
G = 0.28%
B = 42.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C80197 (or 0xC80197) is known color: Medium Violet Red. HEX triplet: C8, 01 and 97. RGB value is (200,1,151). Sum of RGB (Red+Green+Blue) = 200+1+151=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80197 is #37FE68. Grayscale: #4D4D4D. Windows color (decimal): -3669609 or 9896392. OLE color: 9896392.

HSL color Cylindrical-coordinate representation of color #C80197: hue angle of 314.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80197 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 151 -
CMYK 0 1.00 0.24 0.22
HSL 314.77º 0.99% 0.39% -
HSV(B) 314.77º 1% 0.78% -
XYZ 29.42 14.54 30.53 -
YUV 77.6 169.43 215.3 -
System Red Green Blue C M Y K H S L
Decimal 200 1 151 0 1.00 0.24 0.22 314.77 0.99 0.39
Hex C8 1 97 0 64 18 16 13B 63 27
Octal 310 1 227 0 144 30 26 473 143 47
Binary 11001000 1 10010111 0 1100100 11000 10110 100111011 1100011 100111

Color Harmonies of #C80197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80197

Black with #C80197

Text Example


Text Example

White with #C80197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80197; }

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

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

background-color css

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

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

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

border-color css

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

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

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