Html Css Color HEX #C93980 Medium Red Violet

📋 copy color: '#C93980'

red 201 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #C93980

Tints of Medium Red Violet #C93980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.77%

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

R = 52.07%
G = 14.77%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C93980 (or 0xC93980) is known color: Medium Red Violet. HEX triplet: C9, 39 and 80. RGB value is (201,57,128). Sum of RGB (Red+Green+Blue) = 201+57+128=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C93980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93980 is #36C67F. Grayscale: #6C6C6C. Windows color (decimal): -3589760 or 8403401. OLE color: 8403401.

HSL color Cylindrical-coordinate representation of color #C93980: hue angle of 330.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93980 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 128 -
CMYK 0 0.72 0.36 0.21
HSL 330.42º 0.57% 0.51% -
HSV(B) 330.42º 0.72% 0.79% -
XYZ 29.45 16.9 22.13 -
YUV 108.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 201 57 128 0 0.72 0.36 0.21 330.42 0.57 0.51
Hex C9 39 80 0 48 24 15 14A 39 33
Octal 311 71 200 0 110 44 25 512 71 63
Binary 11001001 111001 10000000 0 1001000 100100 10101 101001010 111001 110011

Color Harmonies of #C93980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93980

Black with #C93980

Text Example


Text Example

White with #C93980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93980; }

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

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

background-color css

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

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

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

border-color css

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

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

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