Html Css Color HEX #C9157E Medium Violet Red

📋 copy color: '#C9157E'

red 201 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #C9157E

Tints of Medium Violet Red #C9157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 57.76%
G = 6.03%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9157E (or 0xC9157E) is known color: Medium Violet Red. HEX triplet: C9, 15 and 7E. RGB value is (201,21,126). Sum of RGB (Red+Green+Blue) = 201+21+126=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9157E is #36EA81. Grayscale: #565656. Windows color (decimal): -3598978 or 8263113. OLE color: 8263113.

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

Color convert

RGB 201 21 126 -
CMYK 0 0.90 0.37 0.21
HSL 325º 0.81% 0.44% -
HSV(B) 325º 0.9% 0.79% -
XYZ 28.12 14.46 21.05 -
YUV 86.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 201 21 126 0 0.90 0.37 0.21 325 0.81 0.44
Hex C9 15 7E 0 5A 25 15 145 51 2C
Octal 311 25 176 0 132 45 25 505 121 54
Binary 11001001 10101 1111110 0 1011010 100101 10101 101000101 1010001 101100

Color Harmonies of #C9157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9157E

Black with #C9157E

Text Example


Text Example

White with #C9157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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