Html Css Color HEX #C9128C Medium Violet Red

📋 copy color: '#C9128C'

red 201 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #C9128C

Tints of Medium Violet Red #C9128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39%

R = 55.99%
G = 5.01%
B = 39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9128C (or 0xC9128C) is known color: Medium Violet Red. HEX triplet: C9, 12 and 8C. RGB value is (201,18,140). Sum of RGB (Red+Green+Blue) = 201+18+140=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9128C is #36ED73. Grayscale: #565656. Windows color (decimal): -3599732 or 9179849. OLE color: 9179849.

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

Color convert

RGB 201 18 140 -
CMYK 0 0.91 0.30 0.21
HSL 320º 0.84% 0.43% -
HSV(B) 320º 0.91% 0.79% -
XYZ 29.04 14.74 26.13 -
YUV 86.63 158.13 209.58 -
System Red Green Blue C M Y K H S L
Decimal 201 18 140 0 0.91 0.30 0.21 320 0.84 0.43
Hex C9 12 8C 0 5B 1E 15 140 54 2B
Octal 311 22 214 0 133 36 25 500 124 53
Binary 11001001 10010 10001100 0 1011011 11110 10101 101000000 1010100 101011

Color Harmonies of #C9128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9128C

Black with #C9128C

Text Example


Text Example

White with #C9128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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