Html Css Color HEX #C91983 Medium Violet Red

📋 copy color: '#C91983'

red 201 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #C91983

Tints of Medium Violet Red #C91983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 56.3%
G = 7%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C91983 (or 0xC91983) is known color: Medium Violet Red. HEX triplet: C9, 19 and 83. RGB value is (201,25,131). Sum of RGB (Red+Green+Blue) = 201+25+131=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C91983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91983 is #36E67C. Grayscale: #595959. Windows color (decimal): -3597949 or 8591817. OLE color: 8591817.

HSL color Cylindrical-coordinate representation of color #C91983: hue angle of 323.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91983 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 131 -
CMYK 0 0.88 0.35 0.21
HSL 323.86º 0.78% 0.44% -
HSV(B) 323.86º 0.88% 0.79% -
XYZ 28.53 14.75 22.82 -
YUV 89.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 201 25 131 0 0.88 0.35 0.21 323.86 0.78 0.44
Hex C9 19 83 0 58 23 15 144 4E 2C
Octal 311 31 203 0 130 43 25 504 116 54
Binary 11001001 11001 10000011 0 1011000 100011 10101 101000100 1001110 101100

Color Harmonies of #C91983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91983

Black with #C91983

Text Example


Text Example

White with #C91983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91983; }

 p { color: rgb(201,25,131); }

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

background-color css

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

 a { background-color: rgb(201,25,131); }

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

border-color css

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

 span { border-color: rgb(201,25,131); }

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