Html Css Color HEX #C71A97 Medium Violet Red

📋 copy color: '#C71A97'

red 199 ◦ green 26 ◦ blue 151

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

Shades of Medium Violet Red #C71A97

Tints of Medium Violet Red #C71A97

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.91%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 52.93%
G = 6.91%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C71A97 (or 0xC71A97) is known color: Medium Violet Red. HEX triplet: C7, 1A and 97. RGB value is (199,26,151). Sum of RGB (Red+Green+Blue) = 199+26+151=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71A97 is #38E568. Grayscale: #5B5B5B. Windows color (decimal): -3728745 or 9902791. OLE color: 9902791.

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

Color convert

RGB 199 26 151 -
CMYK 0 0.87 0.24 0.22
HSL 316.65º 0.77% 0.44% -
HSV(B) 316.65º 0.87% 0.78% -
XYZ 29.51 15.12 30.64 -
YUV 91.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 199 26 151 0 0.87 0.24 0.22 316.65 0.77 0.44
Hex C7 1A 97 0 57 18 16 13D 4D 2C
Octal 307 32 227 0 127 30 26 475 115 54
Binary 11000111 11010 10010111 0 1010111 11000 10110 100111101 1001101 101100

Color Harmonies of #C71A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A97

Black with #C71A97

Text Example


Text Example

White with #C71A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A97; }

 p { color: rgb(199,26,151); }

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

background-color css

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

 a { background-color: rgb(199,26,151); }

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

border-color css

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

 span { border-color: rgb(199,26,151); }

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