Html Css Color HEX #C91595 Medium Violet Red

📋 copy color: '#C91595'

red 201 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #C91595

Tints of Medium Violet Red #C91595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 54.18%
G = 5.66%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C91595 (or 0xC91595) is known color: Medium Violet Red. HEX triplet: C9, 15 and 95. RGB value is (201,21,149). Sum of RGB (Red+Green+Blue) = 201+21+149=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C91595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91595 is #36EA6A. Grayscale: #595959. Windows color (decimal): -3598955 or 9770441. OLE color: 9770441.

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

Color convert

RGB 201 21 149 -
CMYK 0 0.90 0.26 0.21
HSL 317.33º 0.81% 0.44% -
HSV(B) 317.33º 0.9% 0.79% -
XYZ 29.78 15.12 29.78 -
YUV 89.41 161.63 207.59 -
System Red Green Blue C M Y K H S L
Decimal 201 21 149 0 0.90 0.26 0.21 317.33 0.81 0.44
Hex C9 15 95 0 5A 1A 15 13D 51 2C
Octal 311 25 225 0 132 32 25 475 121 54
Binary 11001001 10101 10010101 0 1011010 11010 10101 100111101 1010001 101100

Color Harmonies of #C91595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91595

Black with #C91595

Text Example


Text Example

White with #C91595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91595; }

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

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

background-color css

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

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

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

border-color css

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

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

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