Html Css Color HEX #C93490 Medium Red Violet

📋 copy color: '#C93490'

red 201 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #C93490

Tints of Medium Red Violet #C93490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

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

R = 50.63%
G = 13.1%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C93490 (or 0xC93490) is known color: Medium Red Violet. HEX triplet: C9, 34 and 90. RGB value is (201,52,144). Sum of RGB (Red+Green+Blue) = 201+52+144=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C93490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93490 is #36CB6F. Grayscale: #6A6A6A. Windows color (decimal): -3591024 or 9450697. OLE color: 9450697.

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

Color convert

RGB 201 52 144 -
CMYK 0 0.74 0.28 0.21
HSL 322.95º 0.59% 0.5% -
HSV(B) 322.95º 0.74% 0.79% -
XYZ 30.35 16.89 28.05 -
YUV 107.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 201 52 144 0 0.74 0.28 0.21 322.95 0.59 0.5
Hex C9 34 90 0 4A 1C 15 143 3B 32
Octal 311 64 220 0 112 34 25 503 73 62
Binary 11001001 110100 10010000 0 1001010 11100 10101 101000011 111011 110010

Color Harmonies of #C93490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93490

Black with #C93490

Text Example


Text Example

White with #C93490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93490; }

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

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

background-color css

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

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

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

border-color css

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

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

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