Html Css Color HEX #C90794 Medium Violet Red

📋 copy color: '#C90794'

red 201 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #C90794

Tints of Medium Violet Red #C90794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 56.46%
G = 1.97%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C90794 (or 0xC90794) is known color: Medium Violet Red. HEX triplet: C9, 07 and 94. RGB value is (201,7,148). Sum of RGB (Red+Green+Blue) = 201+7+148=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C90794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90794 is #36F86B. Grayscale: #505050. Windows color (decimal): -3602540 or 9701321. OLE color: 9701321.

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

Color convert

RGB 201 7 148 -
CMYK 0 0.97 0.26 0.21
HSL 316.39º 0.93% 0.41% -
HSV(B) 316.39º 0.97% 0.79% -
XYZ 29.51 14.71 29.3 -
YUV 81.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 201 7 148 0 0.97 0.26 0.21 316.39 0.93 0.41
Hex C9 7 94 0 61 1A 15 13C 5D 29
Octal 311 7 224 0 141 32 25 474 135 51
Binary 11001001 111 10010100 0 1100001 11010 10101 100111100 1011101 101001

Color Harmonies of #C90794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90794

Black with #C90794

Text Example


Text Example

White with #C90794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90794; }

 p { color: rgb(201,7,148); }

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

background-color css

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

 a { background-color: rgb(201,7,148); }

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

border-color css

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

 span { border-color: rgb(201,7,148); }

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