Html Css Color HEX #C93392 Medium Red Violet

📋 copy color: '#C93392'

red 201 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #C93392

Tints of Medium Red Violet #C93392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 50.5%
G = 12.81%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C93392 (or 0xC93392) is known color: Medium Red Violet. HEX triplet: C9, 33 and 92. RGB value is (201,51,146). Sum of RGB (Red+Green+Blue) = 201+51+146=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C93392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93392 is #36CC6D. Grayscale: #6A6A6A. Windows color (decimal): -3591278 or 9581513. OLE color: 9581513.

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

Color convert

RGB 201 51 146 -
CMYK 0 0.75 0.27 0.21
HSL 322º 0.6% 0.49% -
HSV(B) 322º 0.75% 0.79% -
XYZ 30.46 16.86 28.84 -
YUV 106.68 150.2 195.28 -
System Red Green Blue C M Y K H S L
Decimal 201 51 146 0 0.75 0.27 0.21 322 0.6 0.49
Hex C9 33 92 0 4B 1B 15 142 3C 31
Octal 311 63 222 0 113 33 25 502 74 61
Binary 11001001 110011 10010010 0 1001011 11011 10101 101000010 111100 110001

Color Harmonies of #C93392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93392

Black with #C93392

Text Example


Text Example

White with #C93392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93392; }

 p { color: rgb(201,51,146); }

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

background-color css

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

 a { background-color: rgb(201,51,146); }

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

border-color css

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

 span { border-color: rgb(201,51,146); }

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