Html Css Color HEX #C71BA7 Medium Violet Red

📋 copy color: '#C71BA7'

red 199 ◦ green 27 ◦ blue 167

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

Shades of Medium Violet Red #C71BA7

Tints of Medium Violet Red #C71BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 50.64%
G = 6.87%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C71BA7 (or 0xC71BA7) is known color: Medium Violet Red. HEX triplet: C7, 1B and A7. RGB value is (199,27,167). Sum of RGB (Red+Green+Blue) = 199+27+167=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BA7 is #38E458. Grayscale: #5E5E5E. Windows color (decimal): -3728473 or 10951623. OLE color: 10951623.

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

Color convert

RGB 199 27 167 -
CMYK 0 0.86 0.16 0.22
HSL 311.16º 0.76% 0.44% -
HSV(B) 311.16º 0.86% 0.78% -
XYZ 30.92 15.72 37.96 -
YUV 94.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 199 27 167 0 0.86 0.16 0.22 311.16 0.76 0.44
Hex C7 1B A7 0 56 10 16 137 4C 2C
Octal 307 33 247 0 126 20 26 467 114 54
Binary 11000111 11011 10100111 0 1010110 10000 10110 100110111 1001100 101100

Color Harmonies of #C71BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BA7

Black with #C71BA7

Text Example


Text Example

White with #C71BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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