Html Css Color HEX #C91B9B Medium Violet Red

📋 copy color: '#C91B9B'

red 201 ◦ green 27 ◦ blue 155

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

Shades of Medium Violet Red #C91B9B

Tints of Medium Violet Red #C91B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 52.48%
G = 7.05%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C91B9B (or 0xC91B9B) is known color: Medium Violet Red. HEX triplet: C9, 1B and 9B. RGB value is (201,27,155). Sum of RGB (Red+Green+Blue) = 201+27+155=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91B9B is #36E464. Grayscale: #5D5D5D. Windows color (decimal): -3597413 or 10165193. OLE color: 10165193.

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

Color convert

RGB 201 27 155 -
CMYK 0 0.87 0.23 0.21
HSL 315.86º 0.76% 0.45% -
HSV(B) 315.86º 0.87% 0.79% -
XYZ 30.4 15.57 32.41 -
YUV 93.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 201 27 155 0 0.87 0.23 0.21 315.86 0.76 0.45
Hex C9 1B 9B 0 57 17 15 13C 4C 2D
Octal 311 33 233 0 127 27 25 474 114 55
Binary 11001001 11011 10011011 0 1010111 10111 10101 100111100 1001100 101101

Color Harmonies of #C91B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B9B

Black with #C91B9B

Text Example


Text Example

White with #C91B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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