Html Css Color HEX #C90888 Medium Violet Red

📋 copy color: '#C90888'

red 201 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #C90888

Tints of Medium Violet Red #C90888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 58.26%
G = 2.32%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C90888 (or 0xC90888) is known color: Medium Violet Red. HEX triplet: C9, 08 and 88. RGB value is (201,8,136). Sum of RGB (Red+Green+Blue) = 201+8+136=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C90888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90888 is #36F777. Grayscale: #4F4F4F. Windows color (decimal): -3602296 or 8915145. OLE color: 8915145.

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

Color convert

RGB 201 8 136 -
CMYK 0 0.96 0.32 0.21
HSL 320.21º 0.92% 0.41% -
HSV(B) 320.21º 0.96% 0.79% -
XYZ 28.62 14.37 24.56 -
YUV 80.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 201 8 136 0 0.96 0.32 0.21 320.21 0.92 0.41
Hex C9 8 88 0 60 20 15 140 5C 29
Octal 311 10 210 0 140 40 25 500 134 51
Binary 11001001 1000 10001000 0 1100000 100000 10101 101000000 1011100 101001

Color Harmonies of #C90888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90888

Black with #C90888

Text Example


Text Example

White with #C90888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90888; }

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

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

background-color css

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

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

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

border-color css

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

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

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