Html Css Color HEX #C90692 Medium Violet Red

📋 copy color: '#C90692'

red 201 ◦ green 6 ◦ blue 146

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

Shades of Medium Violet Red #C90692

Tints of Medium Violet Red #C90692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 56.94%
G = 1.7%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C90692 (or 0xC90692) is known color: Medium Violet Red. HEX triplet: C9, 06 and 92. RGB value is (201,6,146). Sum of RGB (Red+Green+Blue) = 201+6+146=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C90692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90692 is #36F96D. Grayscale: #4F4F4F. Windows color (decimal): -3602798 or 9569993. OLE color: 9569993.

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

Color convert

RGB 201 6 146 -
CMYK 0 0.97 0.27 0.21
HSL 316.92º 0.94% 0.41% -
HSV(B) 316.92º 0.97% 0.79% -
XYZ 29.34 14.62 28.47 -
YUV 80.27 165.1 214.12 -
System Red Green Blue C M Y K H S L
Decimal 201 6 146 0 0.97 0.27 0.21 316.92 0.94 0.41
Hex C9 6 92 0 61 1B 15 13D 5E 29
Octal 311 6 222 0 141 33 25 475 136 51
Binary 11001001 110 10010010 0 1100001 11011 10101 100111101 1011110 101001

Color Harmonies of #C90692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90692

Black with #C90692

Text Example


Text Example

White with #C90692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90692; }

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

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

background-color css

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

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

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

border-color css

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

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

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