Html Css Color HEX #C91B7F Medium Violet Red

📋 copy color: '#C91B7F'

red 201 ◦ green 27 ◦ blue 127

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

Shades of Medium Violet Red #C91B7F

Tints of Medium Violet Red #C91B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 56.62%
G = 7.61%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C91B7F (or 0xC91B7F) is known color: Medium Violet Red. HEX triplet: C9, 1B and 7F. RGB value is (201,27,127). Sum of RGB (Red+Green+Blue) = 201+27+127=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91B7F is #36E480. Grayscale: #5A5A5A. Windows color (decimal): -3597441 or 8330185. OLE color: 8330185.

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

Color convert

RGB 201 27 127 -
CMYK 0 0.87 0.37 0.21
HSL 325.52º 0.76% 0.45% -
HSV(B) 325.52º 0.87% 0.79% -
XYZ 28.31 14.73 21.43 -
YUV 90.43 148.65 206.87 -
System Red Green Blue C M Y K H S L
Decimal 201 27 127 0 0.87 0.37 0.21 325.52 0.76 0.45
Hex C9 1B 7F 0 57 25 15 146 4C 2D
Octal 311 33 177 0 127 45 25 506 114 55
Binary 11001001 11011 1111111 0 1010111 100101 10101 101000110 1001100 101101

Color Harmonies of #C91B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B7F

Black with #C91B7F

Text Example


Text Example

White with #C91B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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