Html Css Color HEX #C50698 Medium Violet Red

📋 copy color: '#C50698'

red 197 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #C50698

Tints of Medium Violet Red #C50698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 55.49%
G = 1.69%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C50698 (or 0xC50698) is known color: Medium Violet Red. HEX triplet: C5, 06 and 98. RGB value is (197,6,152). Sum of RGB (Red+Green+Blue) = 197+6+152=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C50698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50698 is #3AF967. Grayscale: #4F4F4F. Windows color (decimal): -3864936 or 9963205. OLE color: 9963205.

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

Color convert

RGB 197 6 152 -
CMYK 0 0.97 0.23 0.23
HSL 314.14º 0.94% 0.4% -
HSV(B) 314.14º 0.97% 0.77% -
XYZ 28.76 14.27 30.94 -
YUV 79.75 168.78 211.63 -
System Red Green Blue C M Y K H S L
Decimal 197 6 152 0 0.97 0.23 0.23 314.14 0.94 0.4
Hex C5 6 98 0 61 17 17 13A 5E 28
Octal 305 6 230 0 141 27 27 472 136 50
Binary 11000101 110 10011000 0 1100001 10111 10111 100111010 1011110 101000

Color Harmonies of #C50698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50698

Black with #C50698

Text Example


Text Example

White with #C50698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50698; }

 p { color: rgb(197,6,152); }

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

background-color css

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

 a { background-color: rgb(197,6,152); }

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

border-color css

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

 span { border-color: rgb(197,6,152); }

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