Html Css Color HEX #C71AAB Medium Violet Red

📋 copy color: '#C71AAB'

red 199 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #C71AAB

Tints of Medium Violet Red #C71AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.57%

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

R = 50.25%
G = 6.57%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C71AAB (or 0xC71AAB) is known color: Medium Violet Red. HEX triplet: C7, 1A and AB. RGB value is (199,26,171). Sum of RGB (Red+Green+Blue) = 199+26+171=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71AAB is #38E554. Grayscale: #5D5D5D. Windows color (decimal): -3728725 or 11213511. OLE color: 11213511.

HSL color Cylindrical-coordinate representation of color #C71AAB: hue angle of 309.71º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71AAB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 171 -
CMYK 0 0.87 0.14 0.22
HSL 309.71º 0.77% 0.44% -
HSV(B) 309.71º 0.87% 0.78% -
XYZ 31.27 15.82 39.93 -
YUV 94.26 171.31 202.71 -
System Red Green Blue C M Y K H S L
Decimal 199 26 171 0 0.87 0.14 0.22 309.71 0.77 0.44
Hex C7 1A AB 0 57 E 16 136 4D 2C
Octal 307 32 253 0 127 16 26 466 115 54
Binary 11000111 11010 10101011 0 1010111 1110 10110 100110110 1001101 101100

Color Harmonies of #C71AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AAB

Black with #C71AAB

Text Example


Text Example

White with #C71AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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