Html Css Color HEX #C81571 Medium Violet Red

📋 copy color: '#C81571'

red 200 ◦ green 21 ◦ blue 113

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

Shades of Medium Violet Red #C81571

Tints of Medium Violet Red #C81571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

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

R = 59.88%
G = 6.29%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C81571 (or 0xC81571) is known color: Medium Violet Red. HEX triplet: C8, 15 and 71. RGB value is (200,21,113). Sum of RGB (Red+Green+Blue) = 200+21+113=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C81571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81571 is #37EA8E. Grayscale: #545454. Windows color (decimal): -3664527 or 7411144. OLE color: 7411144.

HSL color Cylindrical-coordinate representation of color #C81571: hue angle of 329.16º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81571 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 113 -
CMYK 0 0.90 0.44 0.22
HSL 329.16º 0.81% 0.43% -
HSV(B) 329.16º 0.9% 0.78% -
XYZ 27.07 14.01 16.9 -
YUV 85.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 200 21 113 0 0.90 0.44 0.22 329.16 0.81 0.43
Hex C8 15 71 0 5A 2C 16 149 51 2B
Octal 310 25 161 0 132 54 26 511 121 53
Binary 11001000 10101 1110001 0 1011010 101100 10110 101001001 1010001 101011

Color Harmonies of #C81571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81571

Black with #C81571

Text Example


Text Example

White with #C81571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81571; }

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

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

background-color css

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

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

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

border-color css

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

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

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