Html Css Color HEX #C91C7E Medium Violet Red

📋 copy color: '#C91C7E'

red 201 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #C91C7E

Tints of Medium Violet Red #C91C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 56.62%
G = 7.89%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C91C7E (or 0xC91C7E) is known color: Medium Violet Red. HEX triplet: C9, 1C and 7E. RGB value is (201,28,126). Sum of RGB (Red+Green+Blue) = 201+28+126=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91C7E is #36E381. Grayscale: #5A5A5A. Windows color (decimal): -3597186 or 8264905. OLE color: 8264905.

HSL color Cylindrical-coordinate representation of color #C91C7E: hue angle of 326.01º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C7E is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 28 126 -
CMYK 0 0.86 0.37 0.21
HSL 326.01º 0.76% 0.45% -
HSV(B) 326.01º 0.86% 0.79% -
XYZ 28.27 14.75 21.1 -
YUV 90.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 201 28 126 0 0.86 0.37 0.21 326.01 0.76 0.45
Hex C9 1C 7E 0 56 25 15 146 4C 2D
Octal 311 34 176 0 126 45 25 506 114 55
Binary 11001001 11100 1111110 0 1010110 100101 10101 101000110 1001100 101101

Color Harmonies of #C91C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91C7E

Black with #C91C7E

Text Example


Text Example

White with #C91C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91C7E; }

 p { color: rgb(201,28,126); }

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

background-color css

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

 a { background-color: rgb(201,28,126); }

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

border-color css

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

 span { border-color: rgb(201,28,126); }

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