Html Css Color HEX #C91571 Medium Violet Red

📋 copy color: '#C91571'

red 201 ◦ green 21 ◦ blue 113

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

Shades of Medium Violet Red #C91571

Tints of Medium Violet Red #C91571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 60%
G = 6.27%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C91571 (or 0xC91571) is known color: Medium Violet Red. HEX triplet: C9, 15 and 71. RGB value is (201,21,113). Sum of RGB (Red+Green+Blue) = 201+21+113=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C91571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91571 is #36EA8E. Grayscale: #555555. Windows color (decimal): -3598991 or 7411145. OLE color: 7411145.

HSL color Cylindrical-coordinate representation of color #C91571: hue angle of 329.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91571 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 113 -
CMYK 0 0.90 0.44 0.21
HSL 329.33º 0.81% 0.44% -
HSV(B) 329.33º 0.9% 0.79% -
XYZ 27.34 14.15 16.91 -
YUV 85.31 143.63 210.52 -
System Red Green Blue C M Y K H S L
Decimal 201 21 113 0 0.90 0.44 0.21 329.33 0.81 0.44
Hex C9 15 71 0 5A 2C 15 149 51 2C
Octal 311 25 161 0 132 54 25 511 121 54
Binary 11001001 10101 1110001 0 1011010 101100 10101 101001001 1010001 101100

Color Harmonies of #C91571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91571

Black with #C91571

Text Example


Text Example

White with #C91571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91571; }

 p { color: rgb(201,21,113); }

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

background-color css

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

 a { background-color: rgb(201,21,113); }

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

border-color css

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

 span { border-color: rgb(201,21,113); }

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