Html Css Color HEX #C92580 Medium Violet Red

📋 copy color: '#C92580'

red 201 ◦ green 37 ◦ blue 128

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

Shades of Medium Violet Red #C92580

Tints of Medium Violet Red #C92580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 54.92%
G = 10.11%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C92580 (or 0xC92580) is known color: Medium Violet Red. HEX triplet: C9, 25 and 80. RGB value is (201,37,128). Sum of RGB (Red+Green+Blue) = 201+37+128=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C92580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92580 is #36DA7F. Grayscale: #606060. Windows color (decimal): -3594880 or 8398281. OLE color: 8398281.

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

Color convert

RGB 201 37 128 -
CMYK 0 0.82 0.36 0.21
HSL 326.71º 0.69% 0.47% -
HSV(B) 326.71º 0.82% 0.79% -
XYZ 28.65 15.3 21.87 -
YUV 96.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 201 37 128 0 0.82 0.36 0.21 326.71 0.69 0.47
Hex C9 25 80 0 52 24 15 147 45 2F
Octal 311 45 200 0 122 44 25 507 105 57
Binary 11001001 100101 10000000 0 1010010 100100 10101 101000111 1000101 101111

Color Harmonies of #C92580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92580

Black with #C92580

Text Example


Text Example

White with #C92580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92580; }

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

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

background-color css

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

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

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

border-color css

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

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

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