Html Css Color HEX #C93090 Medium Red Violet

📋 copy color: '#C93090'

red 201 ◦ green 48 ◦ blue 144

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

Shades of Medium Red Violet #C93090

Tints of Medium Red Violet #C93090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

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

R = 51.15%
G = 12.21%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C93090 (or 0xC93090) is known color: Medium Red Violet. HEX triplet: C9, 30 and 90. RGB value is (201,48,144). Sum of RGB (Red+Green+Blue) = 201+48+144=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C93090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93090 is #36CF6F. Grayscale: #686868. Windows color (decimal): -3592048 or 9449673. OLE color: 9449673.

HSL color Cylindrical-coordinate representation of color #C93090: hue angle of 322.35º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93090 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 144 -
CMYK 0 0.76 0.28 0.21
HSL 322.35º 0.61% 0.49% -
HSV(B) 322.35º 0.76% 0.79% -
XYZ 30.18 16.55 27.99 -
YUV 104.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 201 48 144 0 0.76 0.28 0.21 322.35 0.61 0.49
Hex C9 30 90 0 4C 1C 15 142 3D 31
Octal 311 60 220 0 114 34 25 502 75 61
Binary 11001001 110000 10010000 0 1001100 11100 10101 101000010 111101 110001

Color Harmonies of #C93090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93090

Black with #C93090

Text Example


Text Example

White with #C93090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93090; }

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

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

background-color css

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

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

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

border-color css

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

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

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