Html Css Color HEX #C91AAB Medium Violet Red

📋 copy color: '#C91AAB'

red 201 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #C91AAB

Tints of Medium Violet Red #C91AAB

RGB

 RED value IS 201 (78.91% from 255) = 50.5%

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

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

R = 50.5%
G = 6.53%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C91AAB (or 0xC91AAB) is known color: Medium Violet Red. HEX triplet: C9, 1A and AB. RGB value is (201,26,171). Sum of RGB (Red+Green+Blue) = 201+26+171=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C91AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91AAB is #36E554. Grayscale: #5E5E5E. Windows color (decimal): -3597653 or 11213513. OLE color: 11213513.

HSL color Cylindrical-coordinate representation of color #C91AAB: hue angle of 310.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91AAB is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 26 171 -
CMYK 0 0.87 0.15 0.21
HSL 310.29º 0.77% 0.45% -
HSV(B) 310.29º 0.87% 0.79% -
XYZ 31.81 16.1 39.96 -
YUV 94.86 170.98 203.71 -
System Red Green Blue C M Y K H S L
Decimal 201 26 171 0 0.87 0.15 0.21 310.29 0.77 0.45
Hex C9 1A AB 0 57 F 15 136 4D 2D
Octal 311 32 253 0 127 17 25 466 115 55
Binary 11001001 11010 10101011 0 1010111 1111 10101 100110110 1001101 101101

Color Harmonies of #C91AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AAB

Black with #C91AAB

Text Example


Text Example

White with #C91AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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