Html Css Color HEX #C91278 Medium Violet Red

📋 copy color: '#C91278'

red 201 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #C91278

Tints of Medium Violet Red #C91278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 59.29%
G = 5.31%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C91278 (or 0xC91278) is known color: Medium Violet Red. HEX triplet: C9, 12 and 78. RGB value is (201,18,120). Sum of RGB (Red+Green+Blue) = 201+18+120=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C91278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91278 is #36ED87. Grayscale: #545454. Windows color (decimal): -3599752 or 7869129. OLE color: 7869129.

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

Color convert

RGB 201 18 120 -
CMYK 0 0.91 0.40 0.21
HSL 326.56º 0.84% 0.43% -
HSV(B) 326.56º 0.91% 0.79% -
XYZ 27.69 14.21 19.05 -
YUV 84.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 201 18 120 0 0.91 0.40 0.21 326.56 0.84 0.43
Hex C9 12 78 0 5B 28 15 147 54 2B
Octal 311 22 170 0 133 50 25 507 124 53
Binary 11001001 10010 1111000 0 1011011 101000 10101 101000111 1010100 101011

Color Harmonies of #C91278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91278

Black with #C91278

Text Example


Text Example

White with #C91278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91278; }

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

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

background-color css

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

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

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

border-color css

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

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

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