Html Css Color HEX #C71371 Medium Violet Red

📋 copy color: '#C71371'

red 199 ◦ green 19 ◦ blue 113

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

Shades of Medium Violet Red #C71371

Tints of Medium Violet Red #C71371

RGB

 RED value IS 199 (78.13% from 255) = 60.12%

 GREEN value IS 19 (7.81% from 255) = 5.74%

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

R = 60.12%
G = 5.74%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C71371 (or 0xC71371) is known color: Medium Violet Red. HEX triplet: C7, 13 and 71. RGB value is (199,19,113). Sum of RGB (Red+Green+Blue) = 199+19+113=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C71371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71371 is #38EC8E. Grayscale: #535353. Windows color (decimal): -3730575 or 7410631. OLE color: 7410631.

HSL color Cylindrical-coordinate representation of color #C71371: hue angle of 328.67º degrees, saturation: 0.83, 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 #C71371 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 113 -
CMYK 0 0.90 0.43 0.22
HSL 328.67º 0.83% 0.43% -
HSV(B) 328.67º 0.9% 0.78% -
XYZ 26.77 13.8 16.88 -
YUV 83.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 199 19 113 0 0.90 0.43 0.22 328.67 0.83 0.43
Hex C7 13 71 0 5A 2B 16 149 53 2B
Octal 307 23 161 0 132 53 26 511 123 53
Binary 11000111 10011 1110001 0 1011010 101011 10110 101001001 1010011 101011

Color Harmonies of #C71371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71371

Black with #C71371

Text Example


Text Example

White with #C71371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71371; }

 p { color: rgb(199,19,113); }

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

background-color css

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

 a { background-color: rgb(199,19,113); }

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

border-color css

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

 span { border-color: rgb(199,19,113); }

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