Html Css Color HEX #C9117A Medium Violet Red

📋 copy color: '#C9117A'

red 201 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #C9117A

Tints of Medium Violet Red #C9117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 59.12%
G = 5%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9117A (or 0xC9117A) is known color: Medium Violet Red. HEX triplet: C9, 11 and 7A. RGB value is (201,17,122). Sum of RGB (Red+Green+Blue) = 201+17+122=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9117A is #36EE85. Grayscale: #535353. Windows color (decimal): -3600006 or 7999945. OLE color: 7999945.

HSL color Cylindrical-coordinate representation of color #C9117A: hue angle of 325.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9117A is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 17 122 -
CMYK 0 0.92 0.39 0.21
HSL 325.76º 0.84% 0.43% -
HSV(B) 325.76º 0.92% 0.79% -
XYZ 27.8 14.22 19.69 -
YUV 83.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 201 17 122 0 0.92 0.39 0.21 325.76 0.84 0.43
Hex C9 11 7A 0 5C 27 15 146 54 2B
Octal 311 21 172 0 134 47 25 506 124 53
Binary 11001001 10001 1111010 0 1011100 100111 10101 101000110 1010100 101011

Color Harmonies of #C9117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9117A

Black with #C9117A

Text Example


Text Example

White with #C9117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9117A; }

 p { color: rgb(201,17,122); }

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

background-color css

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

 a { background-color: rgb(201,17,122); }

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

border-color css

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

 span { border-color: rgb(201,17,122); }

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