Html Css Color HEX #C9129A Medium Violet Red

📋 copy color: '#C9129A'

red 201 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #C9129A

Tints of Medium Violet Red #C9129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 53.89%
G = 4.83%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9129A (or 0xC9129A) is known color: Medium Violet Red. HEX triplet: C9, 12 and 9A. RGB value is (201,18,154). Sum of RGB (Red+Green+Blue) = 201+18+154=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9129A is #36ED65. Grayscale: #575757. Windows color (decimal): -3599718 or 10097353. OLE color: 10097353.

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

Color convert

RGB 201 18 154 -
CMYK 0 0.91 0.23 0.21
HSL 315.41º 0.84% 0.43% -
HSV(B) 315.41º 0.91% 0.79% -
XYZ 30.14 15.18 31.91 -
YUV 88.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 201 18 154 0 0.91 0.23 0.21 315.41 0.84 0.43
Hex C9 12 9A 0 5B 17 15 13B 54 2B
Octal 311 22 232 0 133 27 25 473 124 53
Binary 11001001 10010 10011010 0 1011011 10111 10101 100111011 1010100 101011

Color Harmonies of #C9129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9129A

Black with #C9129A

Text Example


Text Example

White with #C9129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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