Html Css Color HEX #C93988 Medium Red Violet

📋 copy color: '#C93988'

red 201 ◦ green 57 ◦ blue 136

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

Shades of Medium Red Violet #C93988

Tints of Medium Red Violet #C93988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.47%

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 51.02%
G = 14.47%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C93988 (or 0xC93988) is known color: Medium Red Violet. HEX triplet: C9, 39 and 88. RGB value is (201,57,136). Sum of RGB (Red+Green+Blue) = 201+57+136=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C93988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93988 is #36C677. Grayscale: #6C6C6C. Windows color (decimal): -3589752 or 8927689. OLE color: 8927689.

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

Color convert

RGB 201 57 136 -
CMYK 0 0.72 0.32 0.21
HSL 327.08º 0.57% 0.51% -
HSV(B) 327.08º 0.72% 0.79% -
XYZ 29.99 17.12 25.02 -
YUV 109.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 201 57 136 0 0.72 0.32 0.21 327.08 0.57 0.51
Hex C9 39 88 0 48 20 15 147 39 33
Octal 311 71 210 0 110 40 25 507 71 63
Binary 11001001 111001 10001000 0 1001000 100000 10101 101000111 111001 110011

Color Harmonies of #C93988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93988

Black with #C93988

Text Example


Text Example

White with #C93988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93988; }

 p { color: rgb(201,57,136); }

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

background-color css

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

 a { background-color: rgb(201,57,136); }

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

border-color css

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

 span { border-color: rgb(201,57,136); }

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