Html Css Color HEX #C71096 Medium Violet Red

📋 copy color: '#C71096'

red 199 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #C71096

Tints of Medium Violet Red #C71096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 54.52%
G = 4.38%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C71096 (or 0xC71096) is known color: Medium Violet Red. HEX triplet: C7, 10 and 96. RGB value is (199,16,150). Sum of RGB (Red+Green+Blue) = 199+16+150=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C71096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71096 is #38EF69. Grayscale: #555555. Windows color (decimal): -3731306 or 9834695. OLE color: 9834695.

HSL color Cylindrical-coordinate representation of color #C71096: hue angle of 316.07º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71096 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 150 -
CMYK 0 0.92 0.25 0.22
HSL 316.07º 0.85% 0.42% -
HSV(B) 316.07º 0.92% 0.78% -
XYZ 29.24 14.71 30.15 -
YUV 85.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 199 16 150 0 0.92 0.25 0.22 316.07 0.85 0.42
Hex C7 10 96 0 5C 19 16 13C 55 2A
Octal 307 20 226 0 134 31 26 474 125 52
Binary 11000111 10000 10010110 0 1011100 11001 10110 100111100 1010101 101010

Color Harmonies of #C71096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71096

Black with #C71096

Text Example


Text Example

White with #C71096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71096; }

 p { color: rgb(199,16,150); }

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

background-color css

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

 a { background-color: rgb(199,16,150); }

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

border-color css

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

 span { border-color: rgb(199,16,150); }

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