Html Css Color HEX #C9118A Medium Violet Red

📋 copy color: '#C9118A'

red 201 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #C9118A

Tints of Medium Violet Red #C9118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 56.46%
G = 4.78%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9118A (or 0xC9118A) is known color: Medium Violet Red. HEX triplet: C9, 11 and 8A. RGB value is (201,17,138). Sum of RGB (Red+Green+Blue) = 201+17+138=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9118A is #36EE75. Grayscale: #555555. Windows color (decimal): -3599990 or 9048521. OLE color: 9048521.

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

Color convert

RGB 201 17 138 -
CMYK 0 0.92 0.31 0.21
HSL 320.54º 0.84% 0.43% -
HSV(B) 320.54º 0.92% 0.79% -
XYZ 28.88 14.65 25.35 -
YUV 85.81 157.46 210.16 -
System Red Green Blue C M Y K H S L
Decimal 201 17 138 0 0.92 0.31 0.21 320.54 0.84 0.43
Hex C9 11 8A 0 5C 1F 15 141 54 2B
Octal 311 21 212 0 134 37 25 501 124 53
Binary 11001001 10001 10001010 0 1011100 11111 10101 101000001 1010100 101011

Color Harmonies of #C9118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9118A

Black with #C9118A

Text Example


Text Example

White with #C9118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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