Html Css Color HEX #C91580 Medium Violet Red

📋 copy color: '#C91580'

red 201 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #C91580

Tints of Medium Violet Red #C91580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 57.43%
G = 6%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C91580 (or 0xC91580) is known color: Medium Violet Red. HEX triplet: C9, 15 and 80. RGB value is (201,21,128). Sum of RGB (Red+Green+Blue) = 201+21+128=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C91580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91580 is #36EA7F. Grayscale: #565656. Windows color (decimal): -3598976 or 8394185. OLE color: 8394185.

HSL color Cylindrical-coordinate representation of color #C91580: hue angle of 324.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 #C91580 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 128 -
CMYK 0 0.90 0.36 0.21
HSL 324.33º 0.81% 0.44% -
HSV(B) 324.33º 0.9% 0.79% -
XYZ 28.25 14.51 21.73 -
YUV 87.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 201 21 128 0 0.90 0.36 0.21 324.33 0.81 0.44
Hex C9 15 80 0 5A 24 15 144 51 2C
Octal 311 25 200 0 132 44 25 504 121 54
Binary 11001001 10101 10000000 0 1011010 100100 10101 101000100 1010001 101100

Color Harmonies of #C91580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91580

Black with #C91580

Text Example


Text Example

White with #C91580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91580; }

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

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

background-color css

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

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

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

border-color css

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

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

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