Html Css Color HEX #C80371 Medium Violet Red

📋 copy color: '#C80371'

red 200 ◦ green 3 ◦ blue 113

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

Shades of Medium Violet Red #C80371

Tints of Medium Violet Red #C80371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 63.29%
G = 0.95%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C80371 (or 0xC80371) is known color: Medium Violet Red. HEX triplet: C8, 03 and 71. RGB value is (200,3,113). Sum of RGB (Red+Green+Blue) = 200+3+113=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C80371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80371 is #37FC8E. Grayscale: #4A4A4A. Windows color (decimal): -3669135 or 7406536. OLE color: 7406536.

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

Color convert

RGB 200 3 113 -
CMYK 0 0.98 0.44 0.22
HSL 326.5º 0.97% 0.4% -
HSV(B) 326.5º 0.99% 0.78% -
XYZ 26.83 13.54 16.82 -
YUV 74.44 149.77 217.56 -
System Red Green Blue C M Y K H S L
Decimal 200 3 113 0 0.98 0.44 0.22 326.5 0.97 0.4
Hex C8 3 71 0 62 2C 16 146 61 28
Octal 310 3 161 0 142 54 26 506 141 50
Binary 11001000 11 1110001 0 1100010 101100 10110 101000110 1100001 101000

Color Harmonies of #C80371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80371

Black with #C80371

Text Example


Text Example

White with #C80371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80371; }

 p { color: rgb(200,3,113); }

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

background-color css

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

 a { background-color: rgb(200,3,113); }

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

border-color css

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

 span { border-color: rgb(200,3,113); }

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