Html Css Color HEX #C91BA0 Medium Violet Red

📋 copy color: '#C91BA0'

red 201 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #C91BA0

Tints of Medium Violet Red #C91BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 51.8%
G = 6.96%
B = 41.24%

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

#C91BA0 (or 0xC91BA0) is known color: Medium Violet Red. HEX triplet: C9, 1B and A0. RGB value is (201,27,160). Sum of RGB (Red+Green+Blue) = 201+27+160=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91BA0 is #36E45F. Grayscale: #5D5D5D. Windows color (decimal): -3597408 or 10492873. OLE color: 10492873.

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

Color convert

RGB 201 27 160 -
CMYK 0 0.87 0.20 0.21
HSL 314.14º 0.76% 0.45% -
HSV(B) 314.14º 0.87% 0.79% -
XYZ 30.82 15.74 34.67 -
YUV 94.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 201 27 160 0 0.87 0.20 0.21 314.14 0.76 0.45
Hex C9 1B A0 0 57 14 15 13A 4C 2D
Octal 311 33 240 0 127 24 25 472 114 55
Binary 11001001 11011 10100000 0 1010111 10100 10101 100111010 1001100 101101

Color Harmonies of #C91BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BA0

Black with #C91BA0

Text Example


Text Example

White with #C91BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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