Html Css Color HEX #C93993 Medium Red Violet

📋 copy color: '#C93993'

red 201 ◦ green 57 ◦ blue 147

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

Shades of Medium Red Violet #C93993

Tints of Medium Red Violet #C93993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 49.63%
G = 14.07%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C93993 (or 0xC93993) is known color: Medium Red Violet. HEX triplet: C9, 39 and 93. RGB value is (201,57,147). Sum of RGB (Red+Green+Blue) = 201+57+147=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C93993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93993 is #36C66C. Grayscale: #6E6E6E. Windows color (decimal): -3589741 or 9648585. OLE color: 9648585.

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

Color convert

RGB 201 57 147 -
CMYK 0 0.72 0.27 0.21
HSL 322.5º 0.57% 0.51% -
HSV(B) 322.5º 0.72% 0.79% -
XYZ 30.82 17.45 29.35 -
YUV 110.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 201 57 147 0 0.72 0.27 0.21 322.5 0.57 0.51
Hex C9 39 93 0 48 1B 15 142 39 33
Octal 311 71 223 0 110 33 25 502 71 63
Binary 11001001 111001 10010011 0 1001000 11011 10101 101000010 111001 110011

Color Harmonies of #C93993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93993

Black with #C93993

Text Example


Text Example

White with #C93993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93993; }

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

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

background-color css

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

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

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

border-color css

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

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

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