Html Css Color HEX #C93995 Medium Red Violet

📋 copy color: '#C93995'

red 201 ◦ green 57 ◦ blue 149

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

Shades of Medium Red Violet #C93995

Tints of Medium Red Violet #C93995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 49.39%
G = 14%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C93995 (or 0xC93995) is known color: Medium Red Violet. HEX triplet: C9, 39 and 95. RGB value is (201,57,149). Sum of RGB (Red+Green+Blue) = 201+57+149=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C93995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93995 is #36C66A. Grayscale: #6E6E6E. Windows color (decimal): -3589739 or 9779657. OLE color: 9779657.

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

Color convert

RGB 201 57 149 -
CMYK 0 0.72 0.26 0.21
HSL 321.67º 0.57% 0.51% -
HSV(B) 321.67º 0.72% 0.79% -
XYZ 30.98 17.51 30.18 -
YUV 110.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 201 57 149 0 0.72 0.26 0.21 321.67 0.57 0.51
Hex C9 39 95 0 48 1A 15 142 39 33
Octal 311 71 225 0 110 32 25 502 71 63
Binary 11001001 111001 10010101 0 1001000 11010 10101 101000010 111001 110011

Color Harmonies of #C93995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93995

Black with #C93995

Text Example


Text Example

White with #C93995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93995; }

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

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

background-color css

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

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

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

border-color css

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

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

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