Html Css Color HEX #C9098F Medium Violet Red

📋 copy color: '#C9098F'

red 201 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #C9098F

Tints of Medium Violet Red #C9098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.55%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 56.94%
G = 2.55%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9098F (or 0xC9098F) is known color: Medium Violet Red. HEX triplet: C9, 09 and 8F. RGB value is (201,9,143). Sum of RGB (Red+Green+Blue) = 201+9+143=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C9098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9098F is #36F670. Grayscale: #515151. Windows color (decimal): -3602033 or 9374153. OLE color: 9374153.

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

Color convert

RGB 201 9 143 -
CMYK 0 0.96 0.29 0.21
HSL 318.13º 0.91% 0.41% -
HSV(B) 318.13º 0.96% 0.79% -
XYZ 29.14 14.6 27.27 -
YUV 81.68 162.61 213.1 -
System Red Green Blue C M Y K H S L
Decimal 201 9 143 0 0.96 0.29 0.21 318.13 0.91 0.41
Hex C9 9 8F 0 60 1D 15 13E 5B 29
Octal 311 11 217 0 140 35 25 476 133 51
Binary 11001001 1001 10001111 0 1100000 11101 10101 100111110 1011011 101001

Color Harmonies of #C9098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9098F

Black with #C9098F

Text Example


Text Example

White with #C9098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9098F; }

 p { color: rgb(201,9,143); }

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

background-color css

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

 a { background-color: rgb(201,9,143); }

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

border-color css

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

 span { border-color: rgb(201,9,143); }

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