Html Css Color HEX #C92590 Medium Violet Red

📋 copy color: '#C92590'

red 201 ◦ green 37 ◦ blue 144

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

Shades of Medium Violet Red #C92590

Tints of Medium Violet Red #C92590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.69%

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

R = 52.62%
G = 9.69%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92590 (or 0xC92590) is known color: Medium Violet Red. HEX triplet: C9, 25 and 90. RGB value is (201,37,144). Sum of RGB (Red+Green+Blue) = 201+37+144=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C92590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92590 is #36DA6F. Grayscale: #616161. Windows color (decimal): -3594864 or 9446857. OLE color: 9446857.

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

Color convert

RGB 201 37 144 -
CMYK 0 0.82 0.28 0.21
HSL 320.85º 0.69% 0.47% -
HSV(B) 320.85º 0.82% 0.79% -
XYZ 29.78 15.75 27.86 -
YUV 98.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 201 37 144 0 0.82 0.28 0.21 320.85 0.69 0.47
Hex C9 25 90 0 52 1C 15 141 45 2F
Octal 311 45 220 0 122 34 25 501 105 57
Binary 11001001 100101 10010000 0 1010010 11100 10101 101000001 1000101 101111

Color Harmonies of #C92590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92590

Black with #C92590

Text Example


Text Example

White with #C92590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92590; }

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

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

background-color css

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

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

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

border-color css

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

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

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