Html Css Color HEX #C71392 Medium Violet Red

📋 copy color: '#C71392'

red 199 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #C71392

Tints of Medium Violet Red #C71392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 54.67%
G = 5.22%
B = 40.11%

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

#C71392 (or 0xC71392) is known color: Medium Violet Red. HEX triplet: C7, 13 and 92. RGB value is (199,19,146). Sum of RGB (Red+Green+Blue) = 199+19+146=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C71392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71392 is #38EC6D. Grayscale: #565656. Windows color (decimal): -3730542 or 9573319. OLE color: 9573319.

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

Color convert

RGB 199 19 146 -
CMYK 0 0.90 0.27 0.22
HSL 317.67º 0.83% 0.43% -
HSV(B) 317.67º 0.9% 0.78% -
XYZ 28.97 14.68 28.5 -
YUV 87.3 161.13 207.67 -
System Red Green Blue C M Y K H S L
Decimal 199 19 146 0 0.90 0.27 0.22 317.67 0.83 0.43
Hex C7 13 92 0 5A 1B 16 13E 53 2B
Octal 307 23 222 0 132 33 26 476 123 53
Binary 11000111 10011 10010010 0 1011010 11011 10110 100111110 1010011 101011

Color Harmonies of #C71392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71392

Black with #C71392

Text Example


Text Example

White with #C71392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71392; }

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

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

background-color css

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

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

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

border-color css

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

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

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