Html Css Color HEX #C80571 Medium Violet Red

📋 copy color: '#C80571'

red 200 ◦ green 5 ◦ blue 113

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

Shades of Medium Violet Red #C80571

Tints of Medium Violet Red #C80571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 62.89%
G = 1.57%
B = 35.53%

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

#C80571 (or 0xC80571) is known color: Medium Violet Red. HEX triplet: C8, 05 and 71. RGB value is (200,5,113). Sum of RGB (Red+Green+Blue) = 200+5+113=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C80571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80571 is #37FA8E. Grayscale: #4B4B4B. Windows color (decimal): -3668623 or 7407048. OLE color: 7407048.

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

Color convert

RGB 200 5 113 -
CMYK 0 0.98 0.44 0.22
HSL 326.77º 0.95% 0.4% -
HSV(B) 326.77º 0.98% 0.78% -
XYZ 26.85 13.58 16.83 -
YUV 75.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 200 5 113 0 0.98 0.44 0.22 326.77 0.95 0.4
Hex C8 5 71 0 62 2C 16 147 5F 28
Octal 310 5 161 0 142 54 26 507 137 50
Binary 11001000 101 1110001 0 1100010 101100 10110 101000111 1011111 101000

Color Harmonies of #C80571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80571

Black with #C80571

Text Example


Text Example

White with #C80571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80571; }

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

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

background-color css

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

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

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

border-color css

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

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

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