Html Css Color HEX #C71FA8 Medium Violet Red

📋 copy color: '#C71FA8'

red 199 ◦ green 31 ◦ blue 168

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

Shades of Medium Violet Red #C71FA8

Tints of Medium Violet Red #C71FA8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.79%

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 50%
G = 7.79%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C71FA8 (or 0xC71FA8) is known color: Medium Violet Red. HEX triplet: C7, 1F and A8. RGB value is (199,31,168). Sum of RGB (Red+Green+Blue) = 199+31+168=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71FA8 is #38E057. Grayscale: #606060. Windows color (decimal): -3727448 or 11018183. OLE color: 11018183.

HSL color Cylindrical-coordinate representation of color #C71FA8: hue angle of 311.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71FA8 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 168 -
CMYK 0 0.84 0.16 0.22
HSL 311.07º 0.73% 0.45% -
HSV(B) 311.07º 0.84% 0.78% -
XYZ 31.11 15.95 38.48 -
YUV 96.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 199 31 168 0 0.84 0.16 0.22 311.07 0.73 0.45
Hex C7 1F A8 0 54 10 16 137 49 2D
Octal 307 37 250 0 124 20 26 467 111 55
Binary 11000111 11111 10101000 0 1010100 10000 10110 100110111 1001001 101101

Color Harmonies of #C71FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FA8

Black with #C71FA8

Text Example


Text Example

White with #C71FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FA8; }

 p { color: rgb(199,31,168); }

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

background-color css

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

 a { background-color: rgb(199,31,168); }

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

border-color css

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

 span { border-color: rgb(199,31,168); }

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