Html Css Color HEX #C91BA1 Medium Violet Red

📋 copy color: '#C91BA1'

red 201 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #C91BA1

Tints of Medium Violet Red #C91BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 51.67%
G = 6.94%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C91BA1 (or 0xC91BA1) is known color: Medium Violet Red. HEX triplet: C9, 1B and A1. RGB value is (201,27,161). Sum of RGB (Red+Green+Blue) = 201+27+161=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91BA1 is #36E45E. Grayscale: #5D5D5D. Windows color (decimal): -3597407 or 10558409. OLE color: 10558409.

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

Color convert

RGB 201 27 161 -
CMYK 0 0.87 0.20 0.21
HSL 313.79º 0.76% 0.45% -
HSV(B) 313.79º 0.87% 0.79% -
XYZ 30.91 15.77 35.13 -
YUV 94.3 165.65 204.1 -
System Red Green Blue C M Y K H S L
Decimal 201 27 161 0 0.87 0.20 0.21 313.79 0.76 0.45
Hex C9 1B A1 0 57 14 15 13A 4C 2D
Octal 311 33 241 0 127 24 25 472 114 55
Binary 11001001 11011 10100001 0 1010111 10100 10101 100111010 1001100 101101

Color Harmonies of #C91BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BA1

Black with #C91BA1

Text Example


Text Example

White with #C91BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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