Html Css Color HEX #C93591 Medium Red Violet

📋 copy color: '#C93591'

red 201 ◦ green 53 ◦ blue 145

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

Shades of Medium Red Violet #C93591

Tints of Medium Red Violet #C93591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.28%

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

R = 50.38%
G = 13.28%
B = 36.34%

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

#C93591 (or 0xC93591) is known color: Medium Red Violet. HEX triplet: C9, 35 and 91. RGB value is (201,53,145). Sum of RGB (Red+Green+Blue) = 201+53+145=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C93591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93591 is #36CA6E. Grayscale: #6B6B6B. Windows color (decimal): -3590767 or 9516489. OLE color: 9516489.

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

Color convert

RGB 201 53 145 -
CMYK 0 0.74 0.28 0.21
HSL 322.7º 0.58% 0.5% -
HSV(B) 322.7º 0.74% 0.79% -
XYZ 30.47 17.01 28.46 -
YUV 107.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 201 53 145 0 0.74 0.28 0.21 322.7 0.58 0.5
Hex C9 35 91 0 4A 1C 15 143 3A 32
Octal 311 65 221 0 112 34 25 503 72 62
Binary 11001001 110101 10010001 0 1001010 11100 10101 101000011 111010 110010

Color Harmonies of #C93591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93591

Black with #C93591

Text Example


Text Example

White with #C93591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93591; }

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

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

background-color css

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

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

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

border-color css

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

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

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