Html Css Color HEX #C90472 Medium Violet Red

📋 copy color: '#C90472'

red 201 ◦ green 4 ◦ blue 114

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

Shades of Medium Violet Red #C90472

Tints of Medium Violet Red #C90472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 63.01%
G = 1.25%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C90472 (or 0xC90472) is known color: Medium Violet Red. HEX triplet: C9, 04 and 72. RGB value is (201,4,114). Sum of RGB (Red+Green+Blue) = 201+4+114=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C90472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90472 is #36FB8D. Grayscale: #4B4B4B. Windows color (decimal): -3603342 or 7472329. OLE color: 7472329.

HSL color Cylindrical-coordinate representation of color #C90472: hue angle of 326.5º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90472 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 114 -
CMYK 0 0.98 0.43 0.21
HSL 326.5º 0.96% 0.4% -
HSV(B) 326.5º 0.98% 0.79% -
XYZ 27.17 13.72 17.14 -
YUV 75.44 149.77 217.56 -
System Red Green Blue C M Y K H S L
Decimal 201 4 114 0 0.98 0.43 0.21 326.5 0.96 0.4
Hex C9 4 72 0 62 2B 15 146 60 28
Octal 311 4 162 0 142 53 25 506 140 50
Binary 11001001 100 1110010 0 1100010 101011 10101 101000110 1100000 101000

Color Harmonies of #C90472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90472

Black with #C90472

Text Example


Text Example

White with #C90472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90472; }

 p { color: rgb(201,4,114); }

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

background-color css

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

 a { background-color: rgb(201,4,114); }

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

border-color css

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

 span { border-color: rgb(201,4,114); }

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