Html Css Color HEX #C9128A Medium Violet Red

📋 copy color: '#C9128A'

red 201 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #C9128A

Tints of Medium Violet Red #C9128A

RGB

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

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

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

R = 56.3%
G = 5.04%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9128A (or 0xC9128A) is known color: Medium Violet Red. HEX triplet: C9, 12 and 8A. RGB value is (201,18,138). Sum of RGB (Red+Green+Blue) = 201+18+138=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9128A is #36ED75. Grayscale: #565656. Windows color (decimal): -3599734 or 9048777. OLE color: 9048777.

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

Color convert

RGB 201 18 138 -
CMYK 0 0.91 0.31 0.21
HSL 320.66º 0.84% 0.43% -
HSV(B) 320.66º 0.91% 0.79% -
XYZ 28.89 14.69 25.36 -
YUV 86.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 201 18 138 0 0.91 0.31 0.21 320.66 0.84 0.43
Hex C9 12 8A 0 5B 1F 15 141 54 2B
Octal 311 22 212 0 133 37 25 501 124 53
Binary 11001001 10010 10001010 0 1011011 11111 10101 101000001 1010100 101011

Color Harmonies of #C9128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9128A

Black with #C9128A

Text Example


Text Example

White with #C9128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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