Html Css Color HEX #C92390 Medium Violet Red

📋 copy color: '#C92390'

red 201 ◦ green 35 ◦ blue 144

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

Shades of Medium Violet Red #C92390

Tints of Medium Violet Red #C92390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

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

R = 52.89%
G = 9.21%
B = 37.89%

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

#C92390 (or 0xC92390) is known color: Medium Violet Red. HEX triplet: C9, 23 and 90. RGB value is (201,35,144). Sum of RGB (Red+Green+Blue) = 201+35+144=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C92390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92390 is #36DC6F. Grayscale: #606060. Windows color (decimal): -3595376 or 9446345. OLE color: 9446345.

HSL color Cylindrical-coordinate representation of color #C92390: hue angle of 320.6º degrees, saturation: 0.7, 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 #C92390 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 144 -
CMYK 0 0.83 0.28 0.21
HSL 320.6º 0.7% 0.46% -
HSV(B) 320.6º 0.83% 0.79% -
XYZ 29.72 15.63 27.84 -
YUV 97.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 201 35 144 0 0.83 0.28 0.21 320.6 0.7 0.46
Hex C9 23 90 0 53 1C 15 141 46 2E
Octal 311 43 220 0 123 34 25 501 106 56
Binary 11001001 100011 10010000 0 1010011 11100 10101 101000001 1000110 101110

Color Harmonies of #C92390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92390

Black with #C92390

Text Example


Text Example

White with #C92390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92390; }

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

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

background-color css

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

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

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

border-color css

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

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

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