Html Css Color HEX #C91280 Medium Violet Red

📋 copy color: '#C91280'

red 201 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #C91280

Tints of Medium Violet Red #C91280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

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

R = 57.93%
G = 5.19%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C91280 (or 0xC91280) is known color: Medium Violet Red. HEX triplet: C9, 12 and 80. RGB value is (201,18,128). Sum of RGB (Red+Green+Blue) = 201+18+128=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C91280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91280 is #36ED7F. Grayscale: #555555. Windows color (decimal): -3599744 or 8393417. OLE color: 8393417.

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

Color convert

RGB 201 18 128 -
CMYK 0 0.91 0.36 0.21
HSL 323.93º 0.84% 0.43% -
HSV(B) 323.93º 0.91% 0.79% -
XYZ 28.2 14.41 21.72 -
YUV 85.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 201 18 128 0 0.91 0.36 0.21 323.93 0.84 0.43
Hex C9 12 80 0 5B 24 15 144 54 2B
Octal 311 22 200 0 133 44 25 504 124 53
Binary 11001001 10010 10000000 0 1011011 100100 10101 101000100 1010100 101011

Color Harmonies of #C91280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91280

Black with #C91280

Text Example


Text Example

White with #C91280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91280; }

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

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

background-color css

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

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

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

border-color css

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

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

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