Html Css Color HEX #C9157C Medium Violet Red

📋 copy color: '#C9157C'

red 201 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #C9157C

Tints of Medium Violet Red #C9157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 58.09%
G = 6.07%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9157C (or 0xC9157C) is known color: Medium Violet Red. HEX triplet: C9, 15 and 7C. RGB value is (201,21,124). Sum of RGB (Red+Green+Blue) = 201+21+124=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9157C is #36EA83. Grayscale: #565656. Windows color (decimal): -3598980 or 8132041. OLE color: 8132041.

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

Color convert

RGB 201 21 124 -
CMYK 0 0.90 0.38 0.21
HSL 325.67º 0.81% 0.44% -
HSV(B) 325.67º 0.9% 0.79% -
XYZ 27.99 14.41 20.37 -
YUV 86.56 149.13 209.62 -
System Red Green Blue C M Y K H S L
Decimal 201 21 124 0 0.90 0.38 0.21 325.67 0.81 0.44
Hex C9 15 7C 0 5A 26 15 146 51 2C
Octal 311 25 174 0 132 46 25 506 121 54
Binary 11001001 10101 1111100 0 1011010 100110 10101 101000110 1010001 101100

Color Harmonies of #C9157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9157C

Black with #C9157C

Text Example


Text Example

White with #C9157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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