Html Css Color HEX #C9088B Medium Violet Red

📋 copy color: '#C9088B'

red 201 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #C9088B

Tints of Medium Violet Red #C9088B

RGB

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

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

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

R = 57.76%
G = 2.3%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9088B (or 0xC9088B) is known color: Medium Violet Red. HEX triplet: C9, 08 and 8B. RGB value is (201,8,139). Sum of RGB (Red+Green+Blue) = 201+8+139=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9088B is #36F774. Grayscale: #505050. Windows color (decimal): -3602293 or 9111753. OLE color: 9111753.

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

Color convert

RGB 201 8 139 -
CMYK 0 0.96 0.31 0.21
HSL 319.27º 0.92% 0.41% -
HSV(B) 319.27º 0.96% 0.79% -
XYZ 28.83 14.46 25.7 -
YUV 80.64 160.94 213.85 -
System Red Green Blue C M Y K H S L
Decimal 201 8 139 0 0.96 0.31 0.21 319.27 0.92 0.41
Hex C9 8 8B 0 60 1F 15 13F 5C 29
Octal 311 10 213 0 140 37 25 477 134 51
Binary 11001001 1000 10001011 0 1100000 11111 10101 100111111 1011100 101001

Color Harmonies of #C9088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9088B

Black with #C9088B

Text Example


Text Example

White with #C9088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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