Html Css Color HEX #C92280 Medium Violet Red

📋 copy color: '#C92280'

red 201 ◦ green 34 ◦ blue 128

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

Shades of Medium Violet Red #C92280

Tints of Medium Violet Red #C92280

RGB

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

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

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

R = 55.37%
G = 9.37%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C92280 (or 0xC92280) is known color: Medium Violet Red. HEX triplet: C9, 22 and 80. RGB value is (201,34,128). Sum of RGB (Red+Green+Blue) = 201+34+128=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C92280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92280 is #36DD7F. Grayscale: #5E5E5E. Windows color (decimal): -3595648 or 8397513. OLE color: 8397513.

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

Color convert

RGB 201 34 128 -
CMYK 0 0.83 0.36 0.21
HSL 326.23º 0.71% 0.46% -
HSV(B) 326.23º 0.83% 0.79% -
XYZ 28.56 15.12 21.84 -
YUV 94.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 201 34 128 0 0.83 0.36 0.21 326.23 0.71 0.46
Hex C9 22 80 0 53 24 15 146 47 2E
Octal 311 42 200 0 123 44 25 506 107 56
Binary 11001001 100010 10000000 0 1010011 100100 10101 101000110 1000111 101110

Color Harmonies of #C92280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92280

Black with #C92280

Text Example


Text Example

White with #C92280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92280; }

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

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

background-color css

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

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

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

border-color css

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

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

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