Html Css Color HEX #C93990 Medium Red Violet

📋 copy color: '#C93990'

red 201 ◦ green 57 ◦ blue 144

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

Shades of Medium Red Violet #C93990

Tints of Medium Red Violet #C93990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 50%
G = 14.18%
B = 35.82%

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

#C93990 (or 0xC93990) is known color: Medium Red Violet. HEX triplet: C9, 39 and 90. RGB value is (201,57,144). Sum of RGB (Red+Green+Blue) = 201+57+144=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C93990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93990 is #36C66F. Grayscale: #6D6D6D. Windows color (decimal): -3589744 or 9451977. OLE color: 9451977.

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

Color convert

RGB 201 57 144 -
CMYK 0 0.72 0.28 0.21
HSL 323.75º 0.57% 0.51% -
HSV(B) 323.75º 0.72% 0.79% -
XYZ 30.58 17.36 28.12 -
YUV 109.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 201 57 144 0 0.72 0.28 0.21 323.75 0.57 0.51
Hex C9 39 90 0 48 1C 15 144 39 33
Octal 311 71 220 0 110 34 25 504 71 63
Binary 11001001 111001 10010000 0 1001000 11100 10101 101000100 111001 110011

Color Harmonies of #C93990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93990

Black with #C93990

Text Example


Text Example

White with #C93990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93990; }

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

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

background-color css

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

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

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

border-color css

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

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

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