Html Css Color HEX #C90273 Medium Violet Red

📋 copy color: '#C90273'

red 201 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #C90273

Tints of Medium Violet Red #C90273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 63.21%
G = 0.63%
B = 36.16%

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

#C90273 (or 0xC90273) is known color: Medium Violet Red. HEX triplet: C9, 02 and 73. RGB value is (201,2,115). Sum of RGB (Red+Green+Blue) = 201+2+115=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C90273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90273 is #36FD8C. Grayscale: #4A4A4A. Windows color (decimal): -3603853 or 7537353. OLE color: 7537353.

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

Color convert

RGB 201 2 115 -
CMYK 0 0.99 0.43 0.21
HSL 325.93º 0.98% 0.4% -
HSV(B) 325.93º 0.99% 0.79% -
XYZ 27.2 13.7 17.43 -
YUV 74.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 201 2 115 0 0.99 0.43 0.21 325.93 0.98 0.4
Hex C9 2 73 0 63 2B 15 146 62 28
Octal 311 2 163 0 143 53 25 506 142 50
Binary 11001001 10 1110011 0 1100011 101011 10101 101000110 1100010 101000

Color Harmonies of #C90273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90273

Black with #C90273

Text Example


Text Example

White with #C90273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90273; }

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

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

background-color css

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

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

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

border-color css

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

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

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