Html Css Color HEX #C50670 Medium Violet Red

📋 copy color: '#C50670'

red 197 ◦ green 6 ◦ blue 112

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

Shades of Medium Violet Red #C50670

Tints of Medium Violet Red #C50670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 62.54%
G = 1.9%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50670 (or 0xC50670) is known color: Medium Violet Red. HEX triplet: C5, 06 and 70. RGB value is (197,6,112). Sum of RGB (Red+Green+Blue) = 197+6+112=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C50670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50670 is #3AF98F. Grayscale: #4A4A4A. Windows color (decimal): -3864976 or 7341765. OLE color: 7341765.

HSL color Cylindrical-coordinate representation of color #C50670: hue angle of 326.7º 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 #C50670 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 6 112 -
CMYK 0 0.97 0.43 0.23
HSL 326.7º 0.94% 0.4% -
HSV(B) 326.7º 0.97% 0.77% -
XYZ 26.02 13.17 16.5 -
YUV 75.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 197 6 112 0 0.97 0.43 0.23 326.7 0.94 0.4
Hex C5 6 70 0 61 2B 17 147 5E 28
Octal 305 6 160 0 141 53 27 507 136 50
Binary 11000101 110 1110000 0 1100001 101011 10111 101000111 1011110 101000

Color Harmonies of #C50670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50670

Black with #C50670

Text Example


Text Example

White with #C50670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50670; }

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

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

background-color css

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

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

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

border-color css

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

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

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