Html Css Color HEX #C91370 Medium Violet Red

📋 copy color: '#C91370'

red 201 ◦ green 19 ◦ blue 112

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

Shades of Medium Violet Red #C91370

Tints of Medium Violet Red #C91370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 60.54%
G = 5.72%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C91370 (or 0xC91370) is known color: Medium Violet Red. HEX triplet: C9, 13 and 70. RGB value is (201,19,112). Sum of RGB (Red+Green+Blue) = 201+19+112=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C91370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91370 is #36EC8F. Grayscale: #535353. Windows color (decimal): -3599504 or 7345097. OLE color: 7345097.

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

Color convert

RGB 201 19 112 -
CMYK 0 0.91 0.44 0.21
HSL 329.34º 0.83% 0.43% -
HSV(B) 329.34º 0.91% 0.79% -
XYZ 27.24 14.05 16.61 -
YUV 84.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 201 19 112 0 0.91 0.44 0.21 329.34 0.83 0.43
Hex C9 13 70 0 5B 2C 15 149 53 2B
Octal 311 23 160 0 133 54 25 511 123 53
Binary 11001001 10011 1110000 0 1011011 101100 10101 101001001 1010011 101011

Color Harmonies of #C91370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91370

Black with #C91370

Text Example


Text Example

White with #C91370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91370; }

 p { color: rgb(201,19,112); }

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

background-color css

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

 a { background-color: rgb(201,19,112); }

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

border-color css

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

 span { border-color: rgb(201,19,112); }

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