Html Css Color HEX #C91575 Medium Violet Red

📋 copy color: '#C91575'

red 201 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #C91575

Tints of Medium Violet Red #C91575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 59.29%
G = 6.19%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C91575 (or 0xC91575) is known color: Medium Violet Red. HEX triplet: C9, 15 and 75. RGB value is (201,21,117). Sum of RGB (Red+Green+Blue) = 201+21+117=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C91575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91575 is #36EA8A. Grayscale: #555555. Windows color (decimal): -3598987 or 7673289. OLE color: 7673289.

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

Color convert

RGB 201 21 117 -
CMYK 0 0.90 0.42 0.21
HSL 328º 0.81% 0.44% -
HSV(B) 328º 0.9% 0.79% -
XYZ 27.57 14.24 18.12 -
YUV 85.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 201 21 117 0 0.90 0.42 0.21 328 0.81 0.44
Hex C9 15 75 0 5A 2A 15 148 51 2C
Octal 311 25 165 0 132 52 25 510 121 54
Binary 11001001 10101 1110101 0 1011010 101010 10101 101001000 1010001 101100

Color Harmonies of #C91575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91575

Black with #C91575

Text Example


Text Example

White with #C91575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91575; }

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

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

background-color css

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

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

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

border-color css

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

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

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