Html Css Color HEX #C9129E Medium Violet Red

📋 copy color: '#C9129E'

red 201 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #C9129E

Tints of Medium Violet Red #C9129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 53.32%
G = 4.77%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9129E (or 0xC9129E) is known color: Medium Violet Red. HEX triplet: C9, 12 and 9E. RGB value is (201,18,158). Sum of RGB (Red+Green+Blue) = 201+18+158=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9129E is #36ED61. Grayscale: #585858. Windows color (decimal): -3599714 or 10359497. OLE color: 10359497.

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

Color convert

RGB 201 18 158 -
CMYK 0 0.91 0.21 0.21
HSL 314.1º 0.84% 0.43% -
HSV(B) 314.1º 0.91% 0.79% -
XYZ 30.48 15.32 33.7 -
YUV 88.68 167.13 208.12 -
System Red Green Blue C M Y K H S L
Decimal 201 18 158 0 0.91 0.21 0.21 314.1 0.84 0.43
Hex C9 12 9E 0 5B 15 15 13A 54 2B
Octal 311 22 236 0 133 25 25 472 124 53
Binary 11001001 10010 10011110 0 1011011 10101 10101 100111010 1010100 101011

Color Harmonies of #C9129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9129E

Black with #C9129E

Text Example


Text Example

White with #C9129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9129E; }

 p { color: rgb(201,18,158); }

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

background-color css

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

 a { background-color: rgb(201,18,158); }

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

border-color css

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

 span { border-color: rgb(201,18,158); }

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