Html Css Color HEX #C92396 Medium Violet Red

📋 copy color: '#C92396'

red 201 ◦ green 35 ◦ blue 150

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

Shades of Medium Violet Red #C92396

Tints of Medium Violet Red #C92396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 52.07%
G = 9.07%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C92396 (or 0xC92396) is known color: Medium Violet Red. HEX triplet: C9, 23 and 96. RGB value is (201,35,150). Sum of RGB (Red+Green+Blue) = 201+35+150=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C92396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92396 is #36DC69. Grayscale: #616161. Windows color (decimal): -3595370 or 9839561. OLE color: 9839561.

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

Color convert

RGB 201 35 150 -
CMYK 0 0.83 0.25 0.21
HSL 318.43º 0.7% 0.46% -
HSV(B) 318.43º 0.83% 0.79% -
XYZ 30.19 15.82 30.32 -
YUV 97.74 157.5 201.65 -
System Red Green Blue C M Y K H S L
Decimal 201 35 150 0 0.83 0.25 0.21 318.43 0.7 0.46
Hex C9 23 96 0 53 19 15 13E 46 2E
Octal 311 43 226 0 123 31 25 476 106 56
Binary 11001001 100011 10010110 0 1010011 11001 10101 100111110 1000110 101110

Color Harmonies of #C92396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92396

Black with #C92396

Text Example


Text Example

White with #C92396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92396; }

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

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

background-color css

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

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

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

border-color css

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

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

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