Html Css Color HEX #C92290 Medium Violet Red

📋 copy color: '#C92290'

red 201 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #C92290

Tints of Medium Violet Red #C92290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.97%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 53.03%
G = 8.97%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92290 (or 0xC92290) is known color: Medium Violet Red. HEX triplet: C9, 22 and 90. RGB value is (201,34,144). Sum of RGB (Red+Green+Blue) = 201+34+144=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C92290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92290 is #36DD6F. Grayscale: #606060. Windows color (decimal): -3595632 or 9446089. OLE color: 9446089.

HSL color Cylindrical-coordinate representation of color #C92290: hue angle of 320.48º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92290 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 144 -
CMYK 0 0.83 0.28 0.21
HSL 320.48º 0.71% 0.46% -
HSV(B) 320.48º 0.83% 0.79% -
XYZ 29.69 15.58 27.83 -
YUV 96.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 201 34 144 0 0.83 0.28 0.21 320.48 0.71 0.46
Hex C9 22 90 0 53 1C 15 140 47 2E
Octal 311 42 220 0 123 34 25 500 107 56
Binary 11001001 100010 10010000 0 1010011 11100 10101 101000000 1000111 101110

Color Harmonies of #C92290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92290

Black with #C92290

Text Example


Text Example

White with #C92290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92290; }

 p { color: rgb(201,34,144); }

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

background-color css

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

 a { background-color: rgb(201,34,144); }

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

border-color css

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

 span { border-color: rgb(201,34,144); }

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