Html Css Color HEX #C71B92 Medium Violet Red

📋 copy color: '#C71B92'

red 199 ◦ green 27 ◦ blue 146

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

Shades of Medium Violet Red #C71B92

Tints of Medium Violet Red #C71B92

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.26%

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

R = 53.49%
G = 7.26%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C71B92 (or 0xC71B92) is known color: Medium Violet Red. HEX triplet: C7, 1B and 92. RGB value is (199,27,146). Sum of RGB (Red+Green+Blue) = 199+27+146=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71B92 is #38E46D. Grayscale: #5B5B5B. Windows color (decimal): -3728494 or 9575367. OLE color: 9575367.

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

Color convert

RGB 199 27 146 -
CMYK 0 0.86 0.27 0.22
HSL 318.49º 0.76% 0.44% -
HSV(B) 318.49º 0.86% 0.78% -
XYZ 29.13 15 28.55 -
YUV 91.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 199 27 146 0 0.86 0.27 0.22 318.49 0.76 0.44
Hex C7 1B 92 0 56 1B 16 13E 4C 2C
Octal 307 33 222 0 126 33 26 476 114 54
Binary 11000111 11011 10010010 0 1010110 11011 10110 100111110 1001100 101100

Color Harmonies of #C71B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71B92

Black with #C71B92

Text Example


Text Example

White with #C71B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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