Html Css Color HEX #C71BA6 Medium Violet Red

📋 copy color: '#C71BA6'

red 199 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #C71BA6

Tints of Medium Violet Red #C71BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 50.77%
G = 6.89%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C71BA6 (or 0xC71BA6) is known color: Medium Violet Red. HEX triplet: C7, 1B and A6. RGB value is (199,27,166). Sum of RGB (Red+Green+Blue) = 199+27+166=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BA6 is #38E459. Grayscale: #5D5D5D. Windows color (decimal): -3728474 or 10886087. OLE color: 10886087.

HSL color Cylindrical-coordinate representation of color #C71BA6: hue angle of 311.51º 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 #C71BA6 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 27 166 -
CMYK 0 0.86 0.17 0.22
HSL 311.51º 0.76% 0.44% -
HSV(B) 311.51º 0.86% 0.78% -
XYZ 30.83 15.68 37.48 -
YUV 94.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 199 27 166 0 0.86 0.17 0.22 311.51 0.76 0.44
Hex C7 1B A6 0 56 11 16 138 4C 2C
Octal 307 33 246 0 126 21 26 470 114 54
Binary 11000111 11011 10100110 0 1010110 10001 10110 100111000 1001100 101100

Color Harmonies of #C71BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BA6

Black with #C71BA6

Text Example


Text Example

White with #C71BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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