Html Css Color HEX #C90272 Medium Violet Red

📋 copy color: '#C90272'

red 201 ◦ green 2 ◦ blue 114

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

Shades of Medium Violet Red #C90272

Tints of Medium Violet Red #C90272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 63.41%
G = 0.63%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C90272 (or 0xC90272) is known color: Medium Violet Red. HEX triplet: C9, 02 and 72. RGB value is (201,2,114). Sum of RGB (Red+Green+Blue) = 201+2+114=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C90272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90272 is #36FD8D. Grayscale: #4A4A4A. Windows color (decimal): -3603854 or 7471817. OLE color: 7471817.

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

Color convert

RGB 201 2 114 -
CMYK 0 0.99 0.43 0.21
HSL 326.23º 0.98% 0.4% -
HSV(B) 326.23º 0.99% 0.79% -
XYZ 27.15 13.68 17.13 -
YUV 74.27 150.43 218.39 -
System Red Green Blue C M Y K H S L
Decimal 201 2 114 0 0.99 0.43 0.21 326.23 0.98 0.4
Hex C9 2 72 0 63 2B 15 146 62 28
Octal 311 2 162 0 143 53 25 506 142 50
Binary 11001001 10 1110010 0 1100011 101011 10101 101000110 1100010 101000

Color Harmonies of #C90272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90272

Black with #C90272

Text Example


Text Example

White with #C90272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90272; }

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

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

background-color css

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

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

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

border-color css

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

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

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