Html Css Color HEX #C93376 Medium Red Violet

📋 copy color: '#C93376'

red 201 ◦ green 51 ◦ blue 118

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

Shades of Medium Red Violet #C93376

Tints of Medium Red Violet #C93376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 54.32%
G = 13.78%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C93376 (or 0xC93376) is known color: Medium Red Violet. HEX triplet: C9, 33 and 76. RGB value is (201,51,118). Sum of RGB (Red+Green+Blue) = 201+51+118=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C93376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93376 is #36CC89. Grayscale: #676767. Windows color (decimal): -3591306 or 7746505. OLE color: 7746505.

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

Color convert

RGB 201 51 118 -
CMYK 0 0.75 0.41 0.21
HSL 333.2º 0.6% 0.49% -
HSV(B) 333.2º 0.75% 0.79% -
XYZ 28.54 16.09 18.74 -
YUV 103.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 201 51 118 0 0.75 0.41 0.21 333.2 0.6 0.49
Hex C9 33 76 0 4B 29 15 14D 3C 31
Octal 311 63 166 0 113 51 25 515 74 61
Binary 11001001 110011 1110110 0 1001011 101001 10101 101001101 111100 110001

Color Harmonies of #C93376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93376

Black with #C93376

Text Example


Text Example

White with #C93376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93376; }

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

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

background-color css

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

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

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

border-color css

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

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

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