Html Css Color HEX #C9089B Medium Violet Red

📋 copy color: '#C9089B'

red 201 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #C9089B

Tints of Medium Violet Red #C9089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 55.22%
G = 2.2%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9089B (or 0xC9089B) is known color: Medium Violet Red. HEX triplet: C9, 08 and 9B. RGB value is (201,8,155). Sum of RGB (Red+Green+Blue) = 201+8+155=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9089B is #36F764. Grayscale: #525252. Windows color (decimal): -3602277 or 10160329. OLE color: 10160329.

HSL color Cylindrical-coordinate representation of color #C9089B: hue angle of 314.3º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9089B is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 155 -
CMYK 0 0.96 0.23 0.21
HSL 314.3º 0.92% 0.41% -
HSV(B) 314.3º 0.96% 0.79% -
XYZ 30.09 14.96 32.31 -
YUV 82.47 168.94 212.55 -
System Red Green Blue C M Y K H S L
Decimal 201 8 155 0 0.96 0.23 0.21 314.3 0.92 0.41
Hex C9 8 9B 0 60 17 15 13A 5C 29
Octal 311 10 233 0 140 27 25 472 134 51
Binary 11001001 1000 10011011 0 1100000 10111 10101 100111010 1011100 101001

Color Harmonies of #C9089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9089B

Black with #C9089B

Text Example


Text Example

White with #C9089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9089B; }

 p { color: rgb(201,8,155); }

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

background-color css

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

 a { background-color: rgb(201,8,155); }

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

border-color css

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

 span { border-color: rgb(201,8,155); }

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