Html Css Color HEX #C71BAB Medium Violet Red

📋 copy color: '#C71BAB'

red 199 ◦ green 27 ◦ blue 171

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

Shades of Medium Violet Red #C71BAB

Tints of Medium Violet Red #C71BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 50.13%
G = 6.8%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C71BAB (or 0xC71BAB) is known color: Medium Violet Red. HEX triplet: C7, 1B and AB. RGB value is (199,27,171). Sum of RGB (Red+Green+Blue) = 199+27+171=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BAB is #38E454. Grayscale: #5E5E5E. Windows color (decimal): -3728469 or 11213767. OLE color: 11213767.

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

Color convert

RGB 199 27 171 -
CMYK 0 0.86 0.14 0.22
HSL 309.77º 0.76% 0.44% -
HSV(B) 309.77º 0.86% 0.78% -
XYZ 31.3 15.87 39.94 -
YUV 94.84 170.98 202.29 -
System Red Green Blue C M Y K H S L
Decimal 199 27 171 0 0.86 0.14 0.22 309.77 0.76 0.44
Hex C7 1B AB 0 56 E 16 136 4C 2C
Octal 307 33 253 0 126 16 26 466 114 54
Binary 11000111 11011 10101011 0 1010110 1110 10110 100110110 1001100 101100

Color Harmonies of #C71BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BAB

Black with #C71BAB

Text Example


Text Example

White with #C71BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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