Html Css Color HEX #C81471 Medium Violet Red

📋 copy color: '#C81471'

red 200 ◦ green 20 ◦ blue 113

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

Shades of Medium Violet Red #C81471

Tints of Medium Violet Red #C81471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

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

R = 60.06%
G = 6.01%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C81471 (or 0xC81471) is known color: Medium Violet Red. HEX triplet: C8, 14 and 71. RGB value is (200,20,113). Sum of RGB (Red+Green+Blue) = 200+20+113=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C81471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81471 is #37EB8E. Grayscale: #545454. Windows color (decimal): -3664783 or 7410888. OLE color: 7410888.

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

Color convert

RGB 200 20 113 -
CMYK 0 0.9 0.44 0.22
HSL 329º 0.82% 0.43% -
HSV(B) 329º 0.9% 0.78% -
XYZ 27.05 13.97 16.89 -
YUV 84.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 200 20 113 0 0.9 0.44 0.22 329 0.82 0.43
Hex C8 14 71 0 5A 2C 16 149 52 2B
Octal 310 24 161 0 132 54 26 511 122 53
Binary 11001000 10100 1110001 0 1011010 101100 10110 101001001 1010010 101011

Color Harmonies of #C81471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81471

Black with #C81471

Text Example


Text Example

White with #C81471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81471; }

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

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

background-color css

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

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

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

border-color css

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

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

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