Html Css Color HEX #C71994 Medium Violet Red

📋 copy color: '#C71994'

red 199 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #C71994

Tints of Medium Violet Red #C71994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.72%

 BLUE value IS 148 (58.2% from 255) = 39.78%

R = 53.49%
G = 6.72%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C71994 (or 0xC71994) is known color: Medium Violet Red. HEX triplet: C7, 19 and 94. RGB value is (199,25,148). Sum of RGB (Red+Green+Blue) = 199+25+148=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C71994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71994 is #38E66B. Grayscale: #5A5A5A. Windows color (decimal): -3729004 or 9705927. OLE color: 9705927.

HSL color Cylindrical-coordinate representation of color #C71994: hue angle of 317.59º degrees, saturation: 0.78, 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 #C71994 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 148 -
CMYK 0 0.87 0.26 0.22
HSL 317.59º 0.78% 0.44% -
HSV(B) 317.59º 0.87% 0.78% -
XYZ 29.25 14.98 29.37 -
YUV 91.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 199 25 148 0 0.87 0.26 0.22 317.59 0.78 0.44
Hex C7 19 94 0 57 1A 16 13E 4E 2C
Octal 307 31 224 0 127 32 26 476 116 54
Binary 11000111 11001 10010100 0 1010111 11010 10110 100111110 1001110 101100

Color Harmonies of #C71994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71994

Black with #C71994

Text Example


Text Example

White with #C71994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71994; }

 p { color: rgb(199,25,148); }

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

background-color css

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

 a { background-color: rgb(199,25,148); }

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

border-color css

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

 span { border-color: rgb(199,25,148); }

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