Html Css Color HEX #C92090 Medium Violet Red

📋 copy color: '#C92090'

red 201 ◦ green 32 ◦ blue 144

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

Shades of Medium Violet Red #C92090

Tints of Medium Violet Red #C92090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

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

R = 53.32%
G = 8.49%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92090 (or 0xC92090) is known color: Medium Violet Red. HEX triplet: C9, 20 and 90. RGB value is (201,32,144). Sum of RGB (Red+Green+Blue) = 201+32+144=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C92090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92090 is #36DF6F. Grayscale: #5F5F5F. Windows color (decimal): -3596144 or 9445577. OLE color: 9445577.

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

Color convert

RGB 201 32 144 -
CMYK 0 0.84 0.28 0.21
HSL 320.24º 0.73% 0.46% -
HSV(B) 320.24º 0.84% 0.79% -
XYZ 29.64 15.46 27.81 -
YUV 95.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 201 32 144 0 0.84 0.28 0.21 320.24 0.73 0.46
Hex C9 20 90 0 54 1C 15 140 49 2E
Octal 311 40 220 0 124 34 25 500 111 56
Binary 11001001 100000 10010000 0 1010100 11100 10101 101000000 1001001 101110

Color Harmonies of #C92090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92090

Black with #C92090

Text Example


Text Example

White with #C92090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92090; }

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

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

background-color css

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

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

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

border-color css

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

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

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