Html Css Color HEX #C91BAA Medium Violet Red

📋 copy color: '#C91BAA'

red 201 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #C91BAA

Tints of Medium Violet Red #C91BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 50.5%
G = 6.78%
B = 42.71%

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

#C91BAA (or 0xC91BAA) is known color: Medium Violet Red. HEX triplet: C9, 1B and AA. RGB value is (201,27,170). Sum of RGB (Red+Green+Blue) = 201+27+170=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91BAA is #36E455. Grayscale: #5E5E5E. Windows color (decimal): -3597398 or 11148233. OLE color: 11148233.

HSL color Cylindrical-coordinate representation of color #C91BAA: hue angle of 310.69º degrees, saturation: 0.76, 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 #C91BAA is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 27 170 -
CMYK 0 0.87 0.15 0.21
HSL 310.69º 0.76% 0.45% -
HSV(B) 310.69º 0.87% 0.79% -
XYZ 31.74 16.1 39.47 -
YUV 95.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 201 27 170 0 0.87 0.15 0.21 310.69 0.76 0.45
Hex C9 1B AA 0 57 F 15 137 4C 2D
Octal 311 33 252 0 127 17 25 467 114 55
Binary 11001001 11011 10101010 0 1010111 1111 10101 100110111 1001100 101101

Color Harmonies of #C91BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BAA

Black with #C91BAA

Text Example


Text Example

White with #C91BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BAA; }

 p { color: rgb(201,27,170); }

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

background-color css

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

 a { background-color: rgb(201,27,170); }

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

border-color css

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

 span { border-color: rgb(201,27,170); }

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