Html Css Color HEX #C92393 Medium Violet Red

📋 copy color: '#C92393'

red 201 ◦ green 35 ◦ blue 147

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

Shades of Medium Violet Red #C92393

Tints of Medium Violet Red #C92393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

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

R = 52.48%
G = 9.14%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C92393 (or 0xC92393) is known color: Medium Violet Red. HEX triplet: C9, 23 and 93. RGB value is (201,35,147). Sum of RGB (Red+Green+Blue) = 201+35+147=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C92393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92393 is #36DC6C. Grayscale: #616161. Windows color (decimal): -3595373 or 9642953. OLE color: 9642953.

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

Color convert

RGB 201 35 147 -
CMYK 0 0.83 0.27 0.21
HSL 319.52º 0.7% 0.46% -
HSV(B) 319.52º 0.83% 0.79% -
XYZ 29.95 15.73 29.06 -
YUV 97.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 201 35 147 0 0.83 0.27 0.21 319.52 0.7 0.46
Hex C9 23 93 0 53 1B 15 140 46 2E
Octal 311 43 223 0 123 33 25 500 106 56
Binary 11001001 100011 10010011 0 1010011 11011 10101 101000000 1000110 101110

Color Harmonies of #C92393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92393

Black with #C92393

Text Example


Text Example

White with #C92393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92393; }

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

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

background-color css

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

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

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

border-color css

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

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

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