Html Css Color HEX #C93288 Medium Red Violet

📋 copy color: '#C93288'

red 201 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #C93288

Tints of Medium Red Violet #C93288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.92%

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

R = 51.94%
G = 12.92%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C93288 (or 0xC93288) is known color: Medium Red Violet. HEX triplet: C9, 32 and 88. RGB value is (201,50,136). Sum of RGB (Red+Green+Blue) = 201+50+136=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93288 is #36CD77. Grayscale: #686868. Windows color (decimal): -3591544 or 8925897. OLE color: 8925897.

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

Color convert

RGB 201 50 136 -
CMYK 0 0.75 0.32 0.21
HSL 325.83º 0.6% 0.49% -
HSV(B) 325.83º 0.75% 0.79% -
XYZ 29.67 16.48 24.91 -
YUV 104.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 201 50 136 0 0.75 0.32 0.21 325.83 0.6 0.49
Hex C9 32 88 0 4B 20 15 146 3C 31
Octal 311 62 210 0 113 40 25 506 74 61
Binary 11001001 110010 10001000 0 1001011 100000 10101 101000110 111100 110001

Color Harmonies of #C93288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93288

Black with #C93288

Text Example


Text Example

White with #C93288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93288; }

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

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

background-color css

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

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

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

border-color css

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

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

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