Html Css Color HEX #C93388 Medium Red Violet

📋 copy color: '#C93388'

red 201 ◦ green 51 ◦ blue 136

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

Shades of Medium Red Violet #C93388

Tints of Medium Red Violet #C93388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

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

R = 51.8%
G = 13.14%
B = 35.05%

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

#C93388 (or 0xC93388) is known color: Medium Red Violet. HEX triplet: C9, 33 and 88. RGB value is (201,51,136). Sum of RGB (Red+Green+Blue) = 201+51+136=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C93388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93388 is #36CC77. Grayscale: #696969. Windows color (decimal): -3591288 or 8926153. OLE color: 8926153.

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

Color convert

RGB 201 51 136 -
CMYK 0 0.75 0.32 0.21
HSL 326º 0.6% 0.49% -
HSV(B) 326º 0.75% 0.79% -
XYZ 29.72 16.56 24.92 -
YUV 105.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 201 51 136 0 0.75 0.32 0.21 326 0.6 0.49
Hex C9 33 88 0 4B 20 15 146 3C 31
Octal 311 63 210 0 113 40 25 506 74 61
Binary 11001001 110011 10001000 0 1001011 100000 10101 101000110 111100 110001

Color Harmonies of #C93388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93388

Black with #C93388

Text Example


Text Example

White with #C93388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93388; }

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

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

background-color css

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

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

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

border-color css

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

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

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