Html Css Color HEX #C90691 Medium Violet Red

📋 copy color: '#C90691'

red 201 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #C90691

Tints of Medium Violet Red #C90691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 57.1%
G = 1.7%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C90691 (or 0xC90691) is known color: Medium Violet Red. HEX triplet: C9, 06 and 91. RGB value is (201,6,145). Sum of RGB (Red+Green+Blue) = 201+6+145=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C90691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90691 is #36F96E. Grayscale: #4F4F4F. Windows color (decimal): -3602799 or 9504457. OLE color: 9504457.

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

Color convert

RGB 201 6 145 -
CMYK 0 0.97 0.28 0.21
HSL 317.23º 0.94% 0.41% -
HSV(B) 317.23º 0.97% 0.79% -
XYZ 29.26 14.59 28.06 -
YUV 80.15 164.6 214.2 -
System Red Green Blue C M Y K H S L
Decimal 201 6 145 0 0.97 0.28 0.21 317.23 0.94 0.41
Hex C9 6 91 0 61 1C 15 13D 5E 29
Octal 311 6 221 0 141 34 25 475 136 51
Binary 11001001 110 10010001 0 1100001 11100 10101 100111101 1011110 101001

Color Harmonies of #C90691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90691

Black with #C90691

Text Example


Text Example

White with #C90691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90691; }

 p { color: rgb(201,6,145); }

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

background-color css

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

 a { background-color: rgb(201,6,145); }

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

border-color css

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

 span { border-color: rgb(201,6,145); }

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