Html Css Color HEX #C93086 Medium Red Violet

📋 copy color: '#C93086'

red 201 ◦ green 48 ◦ blue 134

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

Shades of Medium Red Violet #C93086

Tints of Medium Red Violet #C93086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.53%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 52.48%
G = 12.53%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C93086 (or 0xC93086) is known color: Medium Red Violet. HEX triplet: C9, 30 and 86. RGB value is (201,48,134). Sum of RGB (Red+Green+Blue) = 201+48+134=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C93086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93086 is #36CF79. Grayscale: #676767. Windows color (decimal): -3592058 or 8794313. OLE color: 8794313.

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

Color convert

RGB 201 48 134 -
CMYK 0 0.76 0.33 0.21
HSL 326.27º 0.61% 0.49% -
HSV(B) 326.27º 0.76% 0.79% -
XYZ 29.45 16.25 24.14 -
YUV 103.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 201 48 134 0 0.76 0.33 0.21 326.27 0.61 0.49
Hex C9 30 86 0 4C 21 15 146 3D 31
Octal 311 60 206 0 114 41 25 506 75 61
Binary 11001001 110000 10000110 0 1001100 100001 10101 101000110 111101 110001

Color Harmonies of #C93086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93086

Black with #C93086

Text Example


Text Example

White with #C93086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93086; }

 p { color: rgb(201,48,134); }

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

background-color css

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

 a { background-color: rgb(201,48,134); }

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

border-color css

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

 span { border-color: rgb(201,48,134); }

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