Html Css Color HEX #C93991 Medium Red Violet

📋 copy color: '#C93991'

red 201 ◦ green 57 ◦ blue 145

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

Shades of Medium Red Violet #C93991

Tints of Medium Red Violet #C93991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 49.88%
G = 14.14%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C93991 (or 0xC93991) is known color: Medium Red Violet. HEX triplet: C9, 39 and 91. RGB value is (201,57,145). Sum of RGB (Red+Green+Blue) = 201+57+145=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C93991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93991 is #36C66E. Grayscale: #6D6D6D. Windows color (decimal): -3589743 or 9517513. OLE color: 9517513.

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

Color convert

RGB 201 57 145 -
CMYK 0 0.72 0.28 0.21
HSL 323.33º 0.57% 0.51% -
HSV(B) 323.33º 0.72% 0.79% -
XYZ 30.66 17.39 28.53 -
YUV 110.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 201 57 145 0 0.72 0.28 0.21 323.33 0.57 0.51
Hex C9 39 91 0 48 1C 15 143 39 33
Octal 311 71 221 0 110 34 25 503 71 63
Binary 11001001 111001 10010001 0 1001000 11100 10101 101000011 111001 110011

Color Harmonies of #C93991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93991

Black with #C93991

Text Example


Text Example

White with #C93991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93991; }

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

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

background-color css

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

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

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

border-color css

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

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

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