Html Css Color HEX #C91480 Medium Violet Red

📋 copy color: '#C91480'

red 201 ◦ green 20 ◦ blue 128

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

Shades of Medium Violet Red #C91480

Tints of Medium Violet Red #C91480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.73%

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

R = 57.59%
G = 5.73%
B = 36.68%

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

#C91480 (or 0xC91480) is known color: Medium Violet Red. HEX triplet: C9, 14 and 80. RGB value is (201,20,128). Sum of RGB (Red+Green+Blue) = 201+20+128=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C91480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91480 is #36EB7F. Grayscale: #565656. Windows color (decimal): -3599232 or 8393929. OLE color: 8393929.

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

Color convert

RGB 201 20 128 -
CMYK 0 0.90 0.36 0.21
HSL 324.2º 0.82% 0.43% -
HSV(B) 324.2º 0.9% 0.79% -
XYZ 28.23 14.48 21.73 -
YUV 86.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 201 20 128 0 0.90 0.36 0.21 324.2 0.82 0.43
Hex C9 14 80 0 5A 24 15 144 52 2B
Octal 311 24 200 0 132 44 25 504 122 53
Binary 11001001 10100 10000000 0 1011010 100100 10101 101000100 1010010 101011

Color Harmonies of #C91480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91480

Black with #C91480

Text Example


Text Example

White with #C91480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91480; }

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

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

background-color css

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

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

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

border-color css

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

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

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