Html Css Color HEX #C71491 Medium Violet Red

📋 copy color: '#C71491'

red 199 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #C71491

Tints of Medium Violet Red #C71491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 54.67%
G = 5.49%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C71491 (or 0xC71491) is known color: Medium Violet Red. HEX triplet: C7, 14 and 91. RGB value is (199,20,145). Sum of RGB (Red+Green+Blue) = 199+20+145=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C71491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71491 is #38EB6E. Grayscale: #575757. Windows color (decimal): -3730287 or 9508039. OLE color: 9508039.

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

Color convert

RGB 199 20 145 -
CMYK 0 0.90 0.27 0.22
HSL 318.1º 0.82% 0.43% -
HSV(B) 318.1º 0.9% 0.78% -
XYZ 28.91 14.69 28.1 -
YUV 87.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 199 20 145 0 0.90 0.27 0.22 318.1 0.82 0.43
Hex C7 14 91 0 5A 1B 16 13E 52 2B
Octal 307 24 221 0 132 33 26 476 122 53
Binary 11000111 10100 10010001 0 1011010 11011 10110 100111110 1010010 101011

Color Harmonies of #C71491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71491

Black with #C71491

Text Example


Text Example

White with #C71491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71491; }

 p { color: rgb(199,20,145); }

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

background-color css

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

 a { background-color: rgb(199,20,145); }

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

border-color css

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

 span { border-color: rgb(199,20,145); }

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