Html Css Color HEX #C9128B Medium Violet Red

📋 copy color: '#C9128B'

red 201 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #C9128B

Tints of Medium Violet Red #C9128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 56.15%
G = 5.03%
B = 38.83%

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

#C9128B (or 0xC9128B) is known color: Medium Violet Red. HEX triplet: C9, 12 and 8B. RGB value is (201,18,139). Sum of RGB (Red+Green+Blue) = 201+18+139=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9128B is #36ED74. Grayscale: #565656. Windows color (decimal): -3599733 or 9114313. OLE color: 9114313.

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

Color convert

RGB 201 18 139 -
CMYK 0 0.91 0.31 0.21
HSL 320.33º 0.84% 0.43% -
HSV(B) 320.33º 0.91% 0.79% -
XYZ 28.96 14.71 25.74 -
YUV 86.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 201 18 139 0 0.91 0.31 0.21 320.33 0.84 0.43
Hex C9 12 8B 0 5B 1F 15 140 54 2B
Octal 311 22 213 0 133 37 25 500 124 53
Binary 11001001 10010 10001011 0 1011011 11111 10101 101000000 1010100 101011

Color Harmonies of #C9128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9128B

Black with #C9128B

Text Example


Text Example

White with #C9128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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