Html Css Color HEX #C90996 Medium Violet Red

📋 copy color: '#C90996'

red 201 ◦ green 9 ◦ blue 150

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

Shades of Medium Violet Red #C90996

Tints of Medium Violet Red #C90996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 55.83%
G = 2.5%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C90996 (or 0xC90996) is known color: Medium Violet Red. HEX triplet: C9, 09 and 96. RGB value is (201,9,150). Sum of RGB (Red+Green+Blue) = 201+9+150=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C90996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90996 is #36F669. Grayscale: #525252. Windows color (decimal): -3602026 or 9832905. OLE color: 9832905.

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

Color convert

RGB 201 9 150 -
CMYK 0 0.96 0.25 0.21
HSL 315.94º 0.91% 0.41% -
HSV(B) 315.94º 0.96% 0.79% -
XYZ 29.69 14.81 30.15 -
YUV 82.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 201 9 150 0 0.96 0.25 0.21 315.94 0.91 0.41
Hex C9 9 96 0 60 19 15 13C 5B 29
Octal 311 11 226 0 140 31 25 474 133 51
Binary 11001001 1001 10010110 0 1100000 11001 10101 100111100 1011011 101001

Color Harmonies of #C90996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90996

Black with #C90996

Text Example


Text Example

White with #C90996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90996; }

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

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

background-color css

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

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

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

border-color css

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

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

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