Html Css Color HEX #C93476 Medium Red Violet

📋 copy color: '#C93476'

red 201 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #C93476

Tints of Medium Red Violet #C93476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

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

R = 54.18%
G = 14.02%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C93476 (or 0xC93476) is known color: Medium Red Violet. HEX triplet: C9, 34 and 76. RGB value is (201,52,118). Sum of RGB (Red+Green+Blue) = 201+52+118=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C93476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93476 is #36CB89. Grayscale: #676767. Windows color (decimal): -3591050 or 7746761. OLE color: 7746761.

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

Color convert

RGB 201 52 118 -
CMYK 0 0.74 0.41 0.21
HSL 333.42º 0.59% 0.5% -
HSV(B) 333.42º 0.74% 0.79% -
XYZ 28.59 16.18 18.76 -
YUV 104.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 201 52 118 0 0.74 0.41 0.21 333.42 0.59 0.5
Hex C9 34 76 0 4A 29 15 14D 3B 32
Octal 311 64 166 0 112 51 25 515 73 62
Binary 11001001 110100 1110110 0 1001010 101001 10101 101001101 111011 110010

Color Harmonies of #C93476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93476

Black with #C93476

Text Example


Text Example

White with #C93476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93476; }

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

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

background-color css

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

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

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

border-color css

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

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

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