Html Css Color HEX #C91C7F Medium Violet Red

📋 copy color: '#C91C7F'

red 201 ◦ green 28 ◦ blue 127

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

Shades of Medium Violet Red #C91C7F

Tints of Medium Violet Red #C91C7F

RGB

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

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

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

R = 56.46%
G = 7.87%
B = 35.67%

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

#C91C7F (or 0xC91C7F) is known color: Medium Violet Red. HEX triplet: C9, 1C and 7F. RGB value is (201,28,127). Sum of RGB (Red+Green+Blue) = 201+28+127=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91C7F is #36E380. Grayscale: #5A5A5A. Windows color (decimal): -3597185 or 8330441. OLE color: 8330441.

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

Color convert

RGB 201 28 127 -
CMYK 0 0.86 0.37 0.21
HSL 325.66º 0.76% 0.45% -
HSV(B) 325.66º 0.86% 0.79% -
XYZ 28.33 14.78 21.44 -
YUV 91.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 201 28 127 0 0.86 0.37 0.21 325.66 0.76 0.45
Hex C9 1C 7F 0 56 25 15 146 4C 2D
Octal 311 34 177 0 126 45 25 506 114 55
Binary 11001001 11100 1111111 0 1010110 100101 10101 101000110 1001100 101101

Color Harmonies of #C91C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91C7F

Black with #C91C7F

Text Example


Text Example

White with #C91C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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