Html Css Color HEX #C90174 Medium Violet Red

📋 copy color: '#C90174'

red 201 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C90174

Tints of Medium Violet Red #C90174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 63.21%
G = 0.31%
B = 36.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C90174 (or 0xC90174) is known color: Medium Violet Red. HEX triplet: C9, 01 and 74. RGB value is (201,1,116). Sum of RGB (Red+Green+Blue) = 201+1+116=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C90174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90174 is #36FE8B. Grayscale: #494949. Windows color (decimal): -3604108 or 7602633. OLE color: 7602633.

HSL color Cylindrical-coordinate representation of color #C90174: hue angle of 325.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90174 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 116 -
CMYK 0 1.00 0.42 0.21
HSL 325.5º 0.99% 0.4% -
HSV(B) 325.5º 1% 0.79% -
XYZ 27.25 13.7 17.73 -
YUV 73.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 201 1 116 0 1.00 0.42 0.21 325.5 0.99 0.4
Hex C9 1 74 0 64 2A 15 146 63 28
Octal 311 1 164 0 144 52 25 506 143 50
Binary 11001001 1 1110100 0 1100100 101010 10101 101000110 1100011 101000

Color Harmonies of #C90174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90174

Black with #C90174

Text Example


Text Example

White with #C90174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90174; }

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

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

background-color css

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

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

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

border-color css

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

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

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