Html Css Color HEX #C93886 Medium Red Violet

📋 copy color: '#C93886'

red 201 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #C93886

Tints of Medium Red Violet #C93886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

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

R = 51.41%
G = 14.32%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C93886 (or 0xC93886) is known color: Medium Red Violet. HEX triplet: C9, 38 and 86. RGB value is (201,56,134). Sum of RGB (Red+Green+Blue) = 201+56+134=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C93886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93886 is #36C779. Grayscale: #6C6C6C. Windows color (decimal): -3590010 or 8796361. OLE color: 8796361.

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

Color convert

RGB 201 56 134 -
CMYK 0 0.72 0.33 0.21
HSL 327.72º 0.57% 0.5% -
HSV(B) 327.72º 0.72% 0.79% -
XYZ 29.8 16.97 24.26 -
YUV 108.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 201 56 134 0 0.72 0.33 0.21 327.72 0.57 0.5
Hex C9 38 86 0 48 21 15 148 39 32
Octal 311 70 206 0 110 41 25 510 71 62
Binary 11001001 111000 10000110 0 1001000 100001 10101 101001000 111001 110010

Color Harmonies of #C93886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93886

Black with #C93886

Text Example


Text Example

White with #C93886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93886; }

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

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

background-color css

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

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

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

border-color css

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

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

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