Html Css Color HEX #C71FAB Medium Violet Red

📋 copy color: '#C71FAB'

red 199 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #C71FAB

Tints of Medium Violet Red #C71FAB

RGB

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

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

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

R = 49.63%
G = 7.73%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C71FAB (or 0xC71FAB) is known color: Medium Violet Red. HEX triplet: C7, 1F and AB. RGB value is (199,31,171). Sum of RGB (Red+Green+Blue) = 199+31+171=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71FAB is #38E054. Grayscale: #606060. Windows color (decimal): -3727445 or 11214791. OLE color: 11214791.

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

Color convert

RGB 199 31 171 -
CMYK 0 0.84 0.14 0.22
HSL 310º 0.73% 0.45% -
HSV(B) 310º 0.84% 0.78% -
XYZ 31.39 16.06 39.97 -
YUV 97.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 199 31 171 0 0.84 0.14 0.22 310 0.73 0.45
Hex C7 1F AB 0 54 E 16 136 49 2D
Octal 307 37 253 0 124 16 26 466 111 55
Binary 11000111 11111 10101011 0 1010100 1110 10110 100110110 1001001 101101

Color Harmonies of #C71FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FAB

Black with #C71FAB

Text Example


Text Example

White with #C71FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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