Html Css Color HEX #C50993 Medium Violet Red

📋 copy color: '#C50993'

red 197 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #C50993

Tints of Medium Violet Red #C50993

RGB

 RED value IS 197 (77.34% from 255) = 55.81%

 GREEN value IS 9 (3.91% from 255) = 2.55%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 55.81%
G = 2.55%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C50993 (or 0xC50993) is known color: Medium Violet Red. HEX triplet: C5, 09 and 93. RGB value is (197,9,147). Sum of RGB (Red+Green+Blue) = 197+9+147=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C50993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50993 is #3AF66C. Grayscale: #505050. Windows color (decimal): -3864173 or 9636293. OLE color: 9636293.

HSL color Cylindrical-coordinate representation of color #C50993: hue angle of 315.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50993 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 147 -
CMYK 0 0.95 0.25 0.23
HSL 315.96º 0.91% 0.4% -
HSV(B) 315.96º 0.95% 0.77% -
XYZ 28.39 14.17 28.84 -
YUV 80.94 165.28 210.78 -
System Red Green Blue C M Y K H S L
Decimal 197 9 147 0 0.95 0.25 0.23 315.96 0.91 0.4
Hex C5 9 93 0 5F 19 17 13C 5B 28
Octal 305 11 223 0 137 31 27 474 133 50
Binary 11000101 1001 10010011 0 1011111 11001 10111 100111100 1011011 101000

Color Harmonies of #C50993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50993

Black with #C50993

Text Example


Text Example

White with #C50993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50993; }

 p { color: rgb(197,9,147); }

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

background-color css

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

 a { background-color: rgb(197,9,147); }

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

border-color css

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

 span { border-color: rgb(197,9,147); }

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