Html Css Color HEX #C90674 Medium Violet Red

📋 copy color: '#C90674'

red 201 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #C90674

Tints of Medium Violet Red #C90674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 62.23%
G = 1.86%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C90674 (or 0xC90674) is known color: Medium Violet Red. HEX triplet: C9, 06 and 74. RGB value is (201,6,116). Sum of RGB (Red+Green+Blue) = 201+6+116=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C90674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90674 is #36F98B. Grayscale: #4C4C4C. Windows color (decimal): -3602828 or 7603913. OLE color: 7603913.

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

Color convert

RGB 201 6 116 -
CMYK 0 0.97 0.42 0.21
HSL 326.15º 0.94% 0.41% -
HSV(B) 326.15º 0.97% 0.79% -
XYZ 27.3 13.81 17.75 -
YUV 76.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 201 6 116 0 0.97 0.42 0.21 326.15 0.94 0.41
Hex C9 6 74 0 61 2A 15 146 5E 29
Octal 311 6 164 0 141 52 25 506 136 51
Binary 11001001 110 1110100 0 1100001 101010 10101 101000110 1011110 101001

Color Harmonies of #C90674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90674

Black with #C90674

Text Example


Text Example

White with #C90674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90674; }

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

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

background-color css

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

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

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

border-color css

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

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

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